3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-07-04 16:26:05 -07:00
parent a74f2ed9dc
commit f4abb7eb48

View file

@ -167,11 +167,6 @@ namespace z3 {
}
void check_parser_error() const {
Z3_error_code e = Z3_get_error_code(*this);
if (e != Z3_OK && enable_exceptions()) {
Z3_string s = Z3_get_error_message(*this);
if (s && *s) Z3_THROW(exception(s));
}
check_error();
}