Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cc

    r5e3f1e1 re9b5043  
    8080                        CallAdapter();
    8181
    82                         void premutate( Declaration * declaration );
    8382                        void premutate( FunctionDecl * functionDecl );
    8483                        void premutate( TypeDecl * typeDecl );
     
    455454
    456455                CallAdapter::CallAdapter() : tempNamer( "_temp" ) {}
    457 
    458                 void CallAdapter::premutate( Declaration * ) {
    459                         // Prevent type declaration information from leaking out.
    460                         GuardScope( scopeTyVars );
    461                 }
    462456
    463457                void CallAdapter::premutate( FunctionDecl *functionDecl ) {
Note: See TracChangeset for help on using the changeset viewer.