Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r3830c84 rf2f595d7  
    8282#include "Validate/VerifyCtorDtorAssign.hpp" // for verifyCtorDtorAssign
    8383#include "Virtual/ExpandCasts.h"            // for expandCasts
    84 #include "Virtual/VirtualDtor.hpp"           // for implementVirtDtors
    8584
    8685static void NewPass( const char * const name ) {
     
    342341
    343342                PASS( "Implement Actors", Concurrency::implementActors( transUnit ) );
    344         PASS( "Implement Virtual Destructors", Virtual::implementVirtDtors(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.