3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

remove unreachble code

This commit is contained in:
Nuno Lopes 2024-11-27 12:09:16 +00:00
parent 1e62029413
commit 1ccfba6a91

View file

@ -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).