Internals: Remove added debug to avoid false leak warning

This commit is contained in:
Wilson Snyder 2025-12-08 21:33:21 -05:00
parent a3f913c5b1
commit ec38fb723d
1 changed files with 2 additions and 1 deletions

View File

@ -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