Skip to content

Commit c805422

Browse files
committed
Remove unreachable return statement
All earlier branches end in a return statement.
1 parent ae572d1 commit c805422

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/solvers/flattening/boolbv_extractbit.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,4 @@ literalt boolbvt::convert_extractbit(const extractbit_exprt &expr)
8585
return literal;
8686
}
8787
}
88-
89-
return SUB::convert_rest(expr);
9088
}

0 commit comments

Comments
 (0)