mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
remove unreachable code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b019477378
commit
5549301335
1 changed files with 0 additions and 7 deletions
|
@ -145,13 +145,6 @@ namespace dd {
|
|||
if (is_true(a)) return mk_not_rec(b);
|
||||
if (is_true(b)) return mk_not_rec(a);
|
||||
break;
|
||||
case bdd_cofactor_op:
|
||||
if (a == b) return a;
|
||||
if (is_const(a)) return a;
|
||||
if (level(a) == level(b))
|
||||
|
||||
SASSERT(!is_const(b));
|
||||
break;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue