mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
remove unreachble code
This commit is contained in:
parent
1e62029413
commit
1ccfba6a91
|
@ -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…
Reference in a new issue