mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +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) {
|
||||
TRACE("probe", tout << expr_ref(e, m) << ": " << sort_ref(m.get_sort(e), m) << "\n";);
|
||||
SASSERT(false);
|
||||
throw found();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue