mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
Remove bad assertion
This commit is contained in:
parent
8502f1fe36
commit
27fc564d09
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue