Skip to content

Commit 5f1eda8

Browse files
peterschrammelDaniel Kroening
authored and
Daniel Kroening
committed
Remove unreachable code
1 parent 9ea407b commit 5f1eda8

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/goto-programs/goto_program.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,4 @@ std::string as_string(
484484
default:
485485
throw "unknown statement";
486486
}
487-
488-
return "";
489487
}

src/solvers/sat/pbs_dimacs_cnf.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,4 @@ tvt pbs_dimacs_cnft::l_get(literalt a) const
255255
return tvt(true);
256256
}
257257
}
258-
259-
// std::cout << "ERROR" << "\n";
260-
return tvt::unknown();
261258
}

0 commit comments

Comments
 (0)