mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 01:38:21 +02:00
Internals: Remove unneeded private's. No functional change
This commit is contained in:
@@ -33,7 +33,6 @@ VL_DEFINE_DEBUG_FUNCTIONS;
|
||||
// Track interface references under the Cell they reference
|
||||
|
||||
class InlineIntfRefVisitor final : public VNVisitor {
|
||||
private:
|
||||
// NODE STATE
|
||||
// AstVar::user1p() // AstCell which this Var points to
|
||||
const VNUser1InUse m_inuser1;
|
||||
|
||||
Reference in New Issue
Block a user