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
@@ -38,7 +38,6 @@ VL_DEFINE_DEBUG_FUNCTIONS;
// Find nodes with side effects, to mark as non-expandable
class ExpandOkVisitor final : public VNVisitorConst {
private:
// NODE STATE
// AstNode::user2() -> bool. Is pure (along with all children)
const VNUser2InUse m_inuser2;
@@ -70,7 +69,6 @@ public:
// Expand state, as a visitor of each AstNode
class ExpandVisitor final : public VNVisitor {
private:
// NODE STATE
// AstNode::user1() -> bool. Processed
const VNUser1InUse m_inuser1;