Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rd8847b7 r698664b3  
    2424#include "SynTree/Declaration.h"
    2525#include "SynTree/Visitor.h"
    26 #include "GenPoly/InstantiateGeneric.h"
    2726#include "GenPoly/Lvalue.h"
    2827#include "GenPoly/Specialize.h"
     
    269268                }
    270269
    271                 OPTPRINT( "instantiateGeneric" )
    272                 GenPoly::instantiateGeneric( translationUnit );
    273270                OPTPRINT( "copyParams" );
    274271                GenPoly::copyParams( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.