Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.cc

    r61255ad r447c356  
    203203}
    204204
    205 Statement * Mutator::mutate( WithStmt * withStmt ) {
    206         mutateAll( withStmt->exprs, *this );
    207         withStmt->stmt = maybeMutate( withStmt->stmt, *this );
    208         return withStmt;
    209 }
    210 
    211205NullStmt * Mutator::mutate( NullStmt *nullStmt ) {
    212206        return nullStmt;
Note: See TracChangeset for help on using the changeset viewer.