mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
remove left-over break assert
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
30330c79a1
commit
49141c7813
|
@ -135,7 +135,6 @@ struct has_nlmul {
|
||||||
|
|
||||||
void throw_found(expr* e) {
|
void throw_found(expr* e) {
|
||||||
TRACE("probe", tout << expr_ref(e, m) << ": " << sort_ref(m.get_sort(e), m) << "\n";);
|
TRACE("probe", tout << expr_ref(e, m) << ": " << sort_ref(m.get_sort(e), m) << "\n";);
|
||||||
SASSERT(false);
|
|
||||||
throw found();
|
throw found();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue