Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    r138e29e re994912  
    133133                        }
    134134                } catch( SemanticError &e ) {
    135                         e.set_location( (*i)->location );
    136135                        errors.append( e );
    137136                }
     
    160159                        } // if
    161160                } catch( SemanticError &e ) {
    162                         e.set_location( (*i)->location );                       
    163161                        errors.append( e );
    164162                } // try
Note: See TracChangeset for help on using the changeset viewer.