Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    ref42b143 rbcda04c  
    216216                } // if
    217217
     218                // OPTPRINT( "Concurrency" )
     219                // Concurrency::applyKeywords( translationUnit );
     220
    218221                // add the assignment statement after the initialization of a type parameter
    219222                OPTPRINT( "validate" )
     
    237240                OPTPRINT( "mutate" )
    238241                ControlStruct::mutate( translationUnit );
    239                 OPTPRINT( "Concurrency" )
    240                 Concurrency::applyKeywords( translationUnit );
    241242                OPTPRINT( "fixNames" )
    242243                CodeGen::fixNames( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.