3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 09:28:45 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-02-14 10:31:04 +02:00
parent d745d03afd
commit 3d26b501e7
3 changed files with 3 additions and 3 deletions

View file

@ -375,7 +375,6 @@ namespace smt {
}
else {
SASSERT(is_app(n));
SASSERT(!gate_ctx);
internalize_term(to_app(n));
}
}