mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
cleanups
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5533fc9dbc
commit
7de8c72246
9 changed files with 17 additions and 14 deletions
|
@ -3122,13 +3122,11 @@ namespace smt2 {
|
|||
m_num_bindings = 0;
|
||||
m_num_open_paren = 0;
|
||||
|
||||
unsigned found_errors = 0;
|
||||
try {
|
||||
scan_core();
|
||||
parse_sort(context);
|
||||
if (!sort_stack().empty()) {
|
||||
if (!sort_stack().empty())
|
||||
return sort_ref(sort_stack().back(), m());
|
||||
}
|
||||
}
|
||||
catch (z3_exception & ex) {
|
||||
error(ex.msg());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue