mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Internals: Cleanup some user() comments. No functional change.
Fixes #8048.
This commit is contained in:
+2
-2
@@ -106,8 +106,8 @@ public:
|
||||
|
||||
class TraceDeclVisitor final : public VNVisitor {
|
||||
// NODE STATE
|
||||
// AstCFunc::user1() // code offset for current type
|
||||
// AstCFunc::user2() // VarScope for dtype functions
|
||||
// AstCFunc::user1() // uint32_t. code offset for current type
|
||||
// AstCFunc::user2() // VarScope* for dtype functions
|
||||
|
||||
// STATE
|
||||
AstTopScope* const m_topScopep; // The singleton AstTopScope
|
||||
|
||||
Reference in New Issue
Block a user