Fix unused variable compile error (#6222 partial)
This commit is contained in:
parent
5c1d7f3ce9
commit
0bd291e6cd
|
|
@ -112,7 +112,6 @@ class LinkCellsVisitor final : public VNVisitor {
|
||||||
VSymGraph m_mods; // Symbol table of all module names
|
VSymGraph m_mods; // Symbol table of all module names
|
||||||
LinkCellsGraph m_graph; // Linked graph of all cell interconnects
|
LinkCellsGraph m_graph; // Linked graph of all cell interconnects
|
||||||
LibraryVertex* m_libVertexp = nullptr; // Vertex at root of all libraries
|
LibraryVertex* m_libVertexp = nullptr; // Vertex at root of all libraries
|
||||||
int m_dedupNum = 0; // Package dedup number
|
|
||||||
const V3GraphVertex* m_topVertexp = nullptr; // Vertex of top module
|
const V3GraphVertex* m_topVertexp = nullptr; // Vertex of top module
|
||||||
std::unordered_set<string> m_declfnWarned; // Files we issued DECLFILENAME on
|
std::unordered_set<string> m_declfnWarned; // Files we issued DECLFILENAME on
|
||||||
string m_origTopModuleName; // original name of the top module
|
string m_origTopModuleName; // original name of the top module
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue