Skip to content

Commit 8f53576

Browse files
committed
pp_ctl.c: remove unreachable code
1 parent a2b66e0 commit 8f53576

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pp_ctl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3594,9 +3594,6 @@ PP(pp_goto)
35943594
case CXt_FORMAT:
35953595
case CXt_NULL:
35963596
DIE(aTHX_ "Can't \"goto\" out of a pseudo block");
3597-
case CXt_DEFER:
3598-
/* diag_listed_as: Can't "%s" out of a "defer" block */
3599-
DIE(aTHX_ "Can't \"%s\" out of a \"%s\" block", "goto", S_defer_blockname(cx));
36003597
default:
36013598
if (ix)
36023599
DIE(aTHX_ "panic: goto, type=%u, ix=%ld",

0 commit comments

Comments
 (0)