Internals: Remove added debug to avoid false leak warning
This commit is contained in:
parent
a3f913c5b1
commit
ec38fb723d
|
|
@ -2007,7 +2007,8 @@ public:
|
|||
|
||||
resortNetlistModules(netlistp);
|
||||
|
||||
V3Global::dumpCheckGlobalTree("param-predel", 0, dumpTreeEitherLevel() >= 9);
|
||||
// For occasional debug only; this will upset VL_LEAK_CHECKS
|
||||
// V3Global::dumpCheckGlobalTree("param-predel", 0, dumpTreeEitherLevel() >= 9);
|
||||
|
||||
// Remove defaulted classes
|
||||
// Unlike modules, which we keep around and mark dead() for later V3Dead
|
||||
|
|
|
|||
Loading…
Reference in New Issue