projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80422e2
)
Removed unused label from pp_leavesublv
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 23 Jun 2011 01:39:10 +0000
(18:39 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 23 Jun 2011 13:04:00 +0000
(06:04 -0700)
This has been unused since
e178c744
.
pp_ctl.c
patch
|
blob
|
history
diff --git
a/pp_ctl.c
b/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));