mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove unreachble code
This commit is contained in:
parent
1e62029413
commit
1ccfba6a91
1 changed files with 0 additions and 1 deletions
|
@ -2477,7 +2477,6 @@ namespace smt {
|
|||
catch (...) {
|
||||
// throwing inside pop is just not cool.
|
||||
UNREACHABLE();
|
||||
throw;
|
||||
}
|
||||
|
||||
// an exception can happen when axioms are reinitialized (because they are rewritten).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue