Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/OperatorTable.h

    r98538288 r3d2b7bc  
    3838                std::string symbol;
    3939                std::string outputName;
    40                 std::string friendlyName;
    4140                OperatorType type;
    4241        };
     
    4443        bool isOperator( const std::string & funcName );
    4544        bool operatorLookup( const std::string & funcName, OperatorInfo & info );
    46         std::string operatorFriendlyName( const std::string & funcName );
    4745
    4846        bool isConstructor( const std::string & );
Note: See TracChangeset for help on using the changeset viewer.