Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r82a5ea2 rb6923b17  
    6767#include "Tuples/Tuples.hpp"                // for expandMemberTuples, expan...
    6868#include "Validate/Autogen.hpp"             // for autogenerateRoutines
    69 #include "Validate/CheckAssertions.hpp"     // for checkAssertions
    7069#include "Validate/CompoundLiteral.hpp"     // for handleCompoundLiterals
    7170#include "Validate/EliminateTypedef.hpp"    // for eliminateTypedef
     
    315314                PASS( "Replace Typedefs", Validate::replaceTypedef, transUnit );
    316315                PASS( "Fix Return Types", Validate::fixReturnTypes, transUnit );
    317                 PASS( "Check Assertions", Validate::checkAssertions, transUnit );
    318316                PASS( "Enum and Pointer Decay", Validate::decayEnumsAndPointers, transUnit );
    319317
Note: See TracChangeset for help on using the changeset viewer.