Changeset 5b25c49 for src/main.cc


Ignore:
Timestamp:
Mar 19, 2024, 4:29:43 PM (2 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
0139351
Parents:
057608a
Message:

Removed some code from main that supported the old ast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r057608a r5b25c49  
    100100}
    101101
    102 // Helpers for checkInvariant:
    103 void checkInvariants( std::list< Declaration * > & ) {}
    104 using ast::checkInvariants;
    105 
    106102#define PASS( name, pass, unit, ... )       \
    107103        if ( errorp ) { cerr << name << endl; } \
     
    111107        Stats::Time::StopBlock();               \
    112108        if ( invariant ) {                      \
    113                 checkInvariants(unit);              \
     109                ast::checkInvariants(unit);         \
    114110        }
    115111
Note: See TracChangeset for help on using the changeset viewer.