mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
cleanups
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5533fc9dbc
commit
7de8c72246
9 changed files with 17 additions and 14 deletions
|
@ -1558,7 +1558,6 @@ bool theory_seq::check_ubv_string() {
|
|||
}
|
||||
|
||||
bool theory_seq::check_ubv_string(expr* e) {
|
||||
expr* n = nullptr;
|
||||
if (ctx.inconsistent())
|
||||
return true;
|
||||
if (m_has_ubv_axiom.contains(e))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue