Internals: Remove unneeded private's. No functional change

This commit is contained in:
Wilson Snyder
2023-11-13 21:37:45 -05:00
parent c8063e5732
commit 9fd5634778
79 changed files with 0 additions and 168 deletions
-2
View File
@@ -37,7 +37,6 @@ VL_DEFINE_DEBUG_FUNCTIONS;
// Link state, as a visitor of each AstNode
class LinkResolveVisitor final : public VNVisitor {
private:
// NODE STATE
// Entire netlist:
// AstCaseItem::user2() // bool Moved default caseitems
@@ -493,7 +492,6 @@ public:
// from child cells up to the top module.
class LinkBotupVisitor final : public VNVisitorConst {
private:
// STATE
AstNodeModule* m_modp = nullptr; // Current module