mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove incorrect assertion
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0d97d2214c
commit
df71e83428
|
@ -92,8 +92,6 @@ namespace euf {
|
|||
|
||||
for (unsigned i = m_qhead; i < m_fmls.size(); ++i) {
|
||||
auto [f, d] = m_fmls[i]();
|
||||
auto* n = m_egraph.find(f);
|
||||
SASSERT(n);
|
||||
|
||||
expr_dependency_ref dep(d, m);
|
||||
expr_ref g = canonize_fml(f, dep);
|
||||
|
|
Loading…
Reference in a new issue