Skip to content

Commit 4e858a7

Browse files
authored
Merge pull request #9026 from tautschnig/remove-dead-if0
Remove dead #if 0 block in boolbv_mod.cpp
2 parents 01ebe42 + 6ec1826 commit 4e858a7

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/solvers/flattening/boolbv_mod.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ Author: Daniel Kroening, kroening@kroening.com
1111

1212
bvt boolbvt::convert_mod(const mod_exprt &expr)
1313
{
14-
#if 0
15-
// TODO
16-
if(expr.type().id()==ID_floatbv)
17-
{
18-
}
19-
#endif
20-
2114
if(expr.type().id()!=ID_unsignedbv &&
2215
expr.type().id()!=ID_signedbv)
2316
return conversion_failed(expr);

0 commit comments

Comments
 (0)