mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 18:06:07 +02:00
Simplify V3SenTree.h. No functional change intended.
- Remove unused headers - Simplify container functors - SenTreeFinder need not be a Visitor - Update comments Line coverage should now be 100%
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ private:
|
||||
// VISITORS
|
||||
virtual void visit(AstTopScope* nodep) VL_OVERRIDE {
|
||||
m_topscopep = nodep;
|
||||
m_finder.main(m_topscopep);
|
||||
m_finder.init(m_topscopep);
|
||||
iterateChildren(nodep);
|
||||
m_topscopep = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user