Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Expression.cc

    rac71a86 rd9e2280  
    383383                Expression( _aname ), function(_function), args(_args) {}
    384384
    385 UntypedExpr::~UntypedExpr() {
    386         delete function;
    387 }
     385UntypedExpr::~UntypedExpr() {}
    388386
    389387void UntypedExpr::print( std::ostream &os, int indent ) const {
Note: See TracChangeset for help on using the changeset viewer.