Removed unused label from pp_leavesublv
authorFather Chrysostomos <sprout@cpan.org>
Thu, 23 Jun 2011 01:39:10 +0000 (18:39 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 23 Jun 2011 13:04:00 +0000 (06:04 -0700)
This has been unused since e178c744.

pp_ctl.c

index d403745..9788b6c 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -2554,7 +2554,6 @@ PP(pp_leavesublv)
            SP = MARK;
        }
        else if (gimme == G_ARRAY) {
-         rvalue_array:
            for (MARK = newsp + 1; MARK <= SP; MARK++) {
                if (!SvTEMP(*MARK))
                    *MARK = sv_2mortal(SvREFCNT_inc_simple_NN(*MARK));