Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.h

    rc97b448 r82a90d4  
    111111        void addToTyVarMap( TypeDecl * tyVar, TyVarMap &tyVarMap );
    112112        void addToTypeVarMap( const ast::TypeDecl * type, TypeVarMap & typeVars );
    113         void addToTypeVarMap( const ast::TypeInstType * type, TypeVarMap & typeVars );
    114113
    115114        /// Adds the declarations in the forall list of type (and its pointed-to type if it's a pointer type) to `tyVarMap`
    116115        void makeTyVarMap( Type *type, TyVarMap &tyVarMap );
    117116        void makeTypeVarMap( const ast::Type * type, TypeVarMap & typeVars );
    118         void makeTypeVarMap( const ast::FunctionDecl * decl, TypeVarMap & typeVars );
    119117
    120118        /// Prints type variable map
Note: See TracChangeset for help on using the changeset viewer.