Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    re4d6335 ra365e0d  
    4444#include "ControlStruct/Mutate.h"           // for mutate
    4545#include "GenPoly/Box.h"                    // for box
    46 #include "GenPoly/CopyParams.h"             // for copyParams
    4746#include "GenPoly/InstantiateGeneric.h"     // for instantiateGeneric
    4847#include "GenPoly/Lvalue.h"                 // for convertLvalue
     
    321320                OPTPRINT("instantiateGenerics")
    322321                GenPoly::instantiateGeneric( translationUnit );
    323                 OPTPRINT( "copyParams" );
    324                 GenPoly::copyParams( translationUnit );
    325322                OPTPRINT( "convertLvalue" )
    326323                GenPoly::convertLvalue( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.