mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 17:51:59 +02:00
Internals: Remove unneeded private's. No functional change
This commit is contained in:
@@ -258,7 +258,6 @@ public:
|
||||
// Life state, as a visitor of each AstNode
|
||||
|
||||
class LifeVisitor final : public VNVisitor {
|
||||
private:
|
||||
// STATE
|
||||
LifeState* const m_statep; // Current state
|
||||
bool m_sideEffect = false; // Side effects discovered in assign RHS
|
||||
|
||||
Reference in New Issue
Block a user