Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/OperatorTable.cc

    r3d2b7bc r5809461  
    7979        } // namespace
    8080
    81         bool operatorLookup( const std::string & funcName, OperatorInfo & info ) {
     81        bool operatorLookup( std::string funcName, OperatorInfo &info ) {
    8282                static bool init = false;
    8383                if ( ! init ) {
     
    100100                        return true;
    101101                } // if
    102         }
    103 
    104         bool isOperator( const std::string & funcName ) {
    105                 OperatorInfo info;
    106                 return operatorLookup( funcName, info );
    107102        }
    108103
Note: See TracChangeset for help on using the changeset viewer.