Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    rafc1045 r91b8a17  
    848848        }
    849849
    850         void AlternativeFinder::visit( OffsetPackExpr *offsetPackExpr ) {
    851                 alternatives.push_back( Alternative( offsetPackExpr->clone(), env, Cost::zero ) );
    852         }
    853 
    854850        void AlternativeFinder::resolveAttr( DeclarationWithType *funcDecl, FunctionType *function, Type *argType, const TypeEnvironment &env ) {
    855851                // assume no polymorphism
Note: See TracChangeset for help on using the changeset viewer.