Commit 798bacfb authored by Simo Sorce's avatar Simo Sorce Committed by Lev Walkin

Remove misleading continue statement

The RETURN macro unconditionally returns so there is no chance to "continue".
Unreachable, fund by coverity.
Signed-off-by: default avatarSimo Sorce <simo@redhat.com>
parent cd943c24
......@@ -671,7 +671,6 @@ CHOICE_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
case -1:
ctx->phase = 5;
RETURN(RC_FAIL);
continue;
case 1:
ctx->phase = 3;
/* Fall through */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment