Skip to content

Commit

Permalink
Remove V3AstConstOnly.h
Browse files Browse the repository at this point in the history
This is now redundant with the introduction of VNVisitorConst
  • Loading branch information
gezalore committed Oct 21, 2023
1 parent fed9a9a commit 116b5e0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ set(HEADERS
V3Assert.h
V3AssertPre.h
V3Ast.h
V3AstConstOnly.h
V3AstInlines.h
V3AstNodeDType.h
V3AstNodeExpr.h
Expand Down
29 changes: 0 additions & 29 deletions src/V3AstConstOnly.h

This file was deleted.

4 changes: 0 additions & 4 deletions src/V3Broken.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@

#include "V3Broken.h"

// This visitor does not edit nodes, and is called at error-exit, so should use constant iterators
#include "V3AstConstOnly.h"

#include <unordered_map>
#include <unordered_set>

VL_DEFINE_DEBUG_FUNCTIONS;
Expand Down
3 changes: 0 additions & 3 deletions src/V3Stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

#include "V3Stats.h"

// This visitor does not edit nodes, and is called at error-exit, so should use constant iterators
#include "V3AstConstOnly.h"

#include <iomanip>
#include <map>

Expand Down

0 comments on commit 116b5e0

Please sign in to comment.