Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r3dd8f42 r64b3cda  
    4646#include "Common/UnimplementedError.h"      // for UnimplementedError
    4747#include "Common/utility.h"                 // for deleteAll, filter, printAll
    48 #include "Concurrency/Actors.hpp"           // for implementActors
    4948#include "Concurrency/Keywords.h"           // for implementMutex, implement...
    5049#include "Concurrency/Waitfor.h"            // for generateWaitfor
     
    342341                PASS( "Generate Autogen Routines", Validate::autogenerateRoutines( transUnit ) );
    343342
    344         PASS( "Implement Actors", Concurrency::implementActors( transUnit ) );
    345 
    346343                PASS( "Implement Mutex", Concurrency::implementMutex( transUnit ) );
    347344                PASS( "Implement Thread Start", Concurrency::implementThreadStarter( transUnit ) );
Note: See TracChangeset for help on using the changeset viewer.