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

remove unreferenced label

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-02-24 11:13:08 -08:00
parent 183ee7e37d
commit c7591e3c99

View file

@ -241,7 +241,6 @@ public:
return; return;
} }
case l_undef: case l_undef:
undef_case:
if (m_ctx->canceled()) { if (m_ctx->canceled()) {
throw tactic_exception(Z3_CANCELED_MSG); throw tactic_exception(Z3_CANCELED_MSG);
} }