diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-10-04 15:51:13 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-10-04 15:51:13 +0200 |
commit | 481c819bd64f89ed8dda98ea487aa03b1308b11d (patch) | |
tree | aa4b268c37ece3d35c17c2c8e3b4c69a0cd66b61 /pp_ctl.c | |
parent | a9c9e371c40cf388593577cf577494e91793f62a (diff) | |
download | perl-481c819bd64f89ed8dda98ea487aa03b1308b11d.tar.gz |
Remove unused variable 'mark' from pp_last.
mark is unused since commit 0c0c317c3b754aee,
"[perl #3112] Stop last from returning values"
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2607,7 +2607,6 @@ PP(pp_last) OP *nextop = NULL; SV **newsp; PMOP *newpm; - SV **mark; SV *sv = NULL; S_unwind_loop(aTHX_ "last"); |