mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 11:51:20 +00:00
remove unreferenced label
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
183ee7e37d
commit
c7591e3c99
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue