Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/SemanticError.cc

    r4358c1e raf39199d  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed May 16 15:01:20 2018
    13 // Update Count     : 9
     12// Last Modified On : Wed May  2 18:13:37 2018
     13// Update Count     : 8
    1414//
    1515
     
    7070//-----------------------------------------------------------------------------
    7171// Semantic Error
    72 bool SemanticErrorThrow = false;
    73 
    7472SemanticErrorException::SemanticErrorException( CodeLocation location, std::string error ) {
    7573        append( location, error );
     
    9694
    9795void SemanticError( CodeLocation location, std::string error ) {
    98         SemanticErrorThrow = true;
    9996        throw SemanticErrorException(location, error);
    10097}
Note: See TracChangeset for help on using the changeset viewer.