3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Remove bad assertion

This commit is contained in:
Arie Gurfinkel 2018-07-02 23:23:58 -04:00
parent 8502f1fe36
commit 27fc564d09

View file

@ -202,7 +202,6 @@ public:
}
else {
// rebuild unit resolution
SASSERT(parents.size() == args.size() - 1);
newp = m.mk_unit_resolution(parents.size(), parents.c_ptr());
// XXX the old and new facts should be
// equivalent. The test here is much