Skip to content

Commit 1ccfba6

Browse files
committed
remove unreachble code
1 parent 1e62029 commit 1ccfba6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/smt/smt_context.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2477,7 +2477,6 @@ namespace smt {
24772477
catch (...) {
24782478
// throwing inside pop is just not cool.
24792479
UNREACHABLE();
2480-
throw;
24812480
}
24822481

24832482
// an exception can happen when axioms are reinitialized (because they are rewritten).

0 commit comments

Comments
 (0)