Skip to content

Commit

Permalink
Remove empty visitor from main.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Oct 3, 2024
1 parent 0c90584 commit 4b21997
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,6 @@ int run_nmodl(int argc, const char* argv[]) {
/// one whenever we run symtab visitor.
bool update_symtab = false;

/// just visit the ast
AstVisitor().visit_program(*ast);

{
logger->info("Running argument renaming visitor");
RenameFunctionArgumentsVisitor().visit_program(*ast);
Expand Down

0 comments on commit 4b21997

Please sign in to comment.