Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.h

    r6cebfef r7ff35e0e  
    5858        virtual Statement * mutate( DeclStmt * declStmt ) = 0;
    5959        virtual Statement * mutate( ImplicitCtorDtorStmt * impCtorDtorStmt ) = 0;
    60         virtual Statement * mutate( MutexStmt * mutexStmt ) = 0;
    6160
    6261        virtual Expression * mutate( ApplicationExpr * applicationExpr ) = 0;
Note: See TracChangeset for help on using the changeset viewer.