3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 12:58:44 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-11-16 11:19:54 -08:00
parent 98db260a93
commit 36e9412252

View file

@ -2198,8 +2198,6 @@ namespace smt {
}
else {
SASSERT(is_quantifier(curr));
SASSERT(is_lambda(curr));
//UNREACHABLE(); // can't happen, the quantifier is supposed to be flat.
}
}
}