This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9c9e37
)
Remove unused variable 'mark' from pp_last.
author
Nicholas Clark
<nick@ccl4.org>
Fri, 4 Oct 2013 13:51:13 +0000
(15:51 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 4 Oct 2013 13:51:13 +0000
(15:51 +0200)
mark is unused since commit
0c0c317c3b754aee
,
"[perl #3112] Stop last from returning values"
pp_ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_ctl.c
b/pp_ctl.c
index
f258976
..
ded6c90
100644
(file)
--- a/
pp_ctl.c
+++ b/
pp_ctl.c
@@
-2607,7
+2607,6
@@
PP(pp_last)
OP *nextop = NULL;
SV **newsp;
PMOP *newpm;
- SV **mark;
SV *sv = NULL;
S_unwind_loop(aTHX_ "last");