mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +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 (...) {
|
catch (...) {
|
||||||
// throwing inside pop is just not cool.
|
// throwing inside pop is just not cool.
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
throw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// an exception can happen when axioms are reinitialized (because they are rewritten).
|
// an exception can happen when axioms are reinitialized (because they are rewritten).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue