Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cc

    r9feb34b re9b5043  
    3131#include "Common/SemanticError.h"        // for SemanticError
    3232#include "Common/UniqueName.h"           // for UniqueName
    33 #include "Common/ToString.hpp"           // for toCString
     33#include "Common/utility.h"              // for toString
    3434#include "FindFunction.h"                // for findFunction, findAndReplace...
    3535#include "GenPoly/ErasableScopedMap.h"   // for ErasableScopedMap<>::const_i...
     
    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.