Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ForExprMutator.h

    ree3c93d r6d49ea3  
    1818class IfStmt;
    1919class ForStmt;
    20 class WhileStmt;
    2120class Statement;
    2221
     
    2625                Statement *postmutate( IfStmt * );
    2726                Statement *postmutate( ForStmt * );
    28                 Statement *postmutate( WhileStmt * );
    2927        };
    3028} // namespace ControlStruct
Note: See TracChangeset for help on using the changeset viewer.