mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove debug assert
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
502c071266
commit
a478f95999
1 changed files with 0 additions and 1 deletions
|
@ -1056,7 +1056,6 @@ sort* basic_decl_plugin::join(sort* s1, sort* s2) {
|
|||
return s2;
|
||||
}
|
||||
std::ostringstream buffer;
|
||||
SASSERT(false);
|
||||
buffer << "Sorts " << mk_pp(s1, *m_manager) << " and " << mk_pp(s2, *m_manager) << " are incompatible";
|
||||
throw ast_exception(buffer.str());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue