mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 12:51:22 +00:00
Remove bad assertion
This commit is contained in:
parent
8502f1fe36
commit
27fc564d09
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@ public:
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// rebuild unit resolution
|
// rebuild unit resolution
|
||||||
SASSERT(parents.size() == args.size() - 1);
|
|
||||||
newp = m.mk_unit_resolution(parents.size(), parents.c_ptr());
|
newp = m.mk_unit_resolution(parents.size(), parents.c_ptr());
|
||||||
// XXX the old and new facts should be
|
// XXX the old and new facts should be
|
||||||
// equivalent. The test here is much
|
// equivalent. The test here is much
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue