Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ExpressionNode.cc

    r6e50a6b r013b028  
    509509} // build_varref
    510510
    511 DimensionExpr * build_dimensionref( const string * name ) {
    512         DimensionExpr * expr = new DimensionExpr( *name );
    513         delete name;
    514         return expr;
    515 } // build_varref
    516511// TODO: get rid of this and OperKinds and reuse code from OperatorTable
    517512static const char * OperName[] = {                                              // must harmonize with OperKinds
Note: See TracChangeset for help on using the changeset viewer.