mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 19:24:44 +00:00
remove invocation of debugger
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
559af09b07
commit
0bca2aabff
4 changed files with 5 additions and 5 deletions
|
@ -1119,7 +1119,6 @@ sort* basic_decl_plugin::join(sort* s1, sort* s2) {
|
|||
}
|
||||
std::ostringstream buffer;
|
||||
buffer << "Sorts " << mk_pp(s1, *m_manager) << " and " << mk_pp(s2, *m_manager) << " are incompatible";
|
||||
INVOKE_DEBUGGER();
|
||||
throw ast_exception(buffer.str());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue