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
@@ -49,7 +49,6 @@ VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################
class CaseLintVisitor final : public VNVisitorConst {
private:
const AstNodeCase* m_caseExprp
= nullptr; // Under a CASE value node, if so the relevant case statement
@@ -115,7 +114,6 @@ public:
// Case state, as a visitor of each AstNode
class CaseVisitor final : public VNVisitor {
private:
// NODE STATE
// Cleared each Case
// AstIf::user3() -> bool. Set true to indicate clone not needed