mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 21:57:00 +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;
|
return s2;
|
||||||
}
|
}
|
||||||
std::ostringstream buffer;
|
std::ostringstream buffer;
|
||||||
SASSERT(false);
|
|
||||||
buffer << "Sorts " << mk_pp(s1, *m_manager) << " and " << mk_pp(s2, *m_manager) << " are incompatible";
|
buffer << "Sorts " << mk_pp(s1, *m_manager) << " and " << mk_pp(s2, *m_manager) << " are incompatible";
|
||||||
throw ast_exception(buffer.str());
|
throw ast_exception(buffer.str());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue