summaryrefslogtreecommitdiff
path: root/src/parser/tptp/tptp_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/tptp/tptp_input.h')
-rw-r--r--src/parser/tptp/tptp_input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/tptp/tptp_input.h b/src/parser/tptp/tptp_input.h
index 7977117d0..32d3efad1 100644
--- a/src/parser/tptp/tptp_input.h
+++ b/src/parser/tptp/tptp_input.h
@@ -78,7 +78,7 @@ protected:
* @throws ParserException if an error is encountered during parsing.
*/
Command* parseCommand()
- throw(ParserException, TypeCheckingException, AssertionException);
+ throw(ParserException, TypeCheckingException);
/**
* Parse an expression from the input. Returns a null
@@ -87,7 +87,7 @@ protected:
* @throws ParserException if an error is encountered during parsing.
*/
Expr parseExpr()
- throw(ParserException, TypeCheckingException, AssertionException);
+ throw(ParserException, TypeCheckingException);
};/* class TptpInput */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback