mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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 {
|
||||
// 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…
Add table
Add a link
Reference in a new issue