summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-10-04 15:51:13 +0200
committerNicholas Clark <nick@ccl4.org>2013-10-04 15:51:13 +0200
commit481c819bd64f89ed8dda98ea487aa03b1308b11d (patch)
treeaa4b268c37ece3d35c17c2c8e3b4c69a0cd66b61 /pp_ctl.c
parenta9c9e371c40cf388593577cf577494e91793f62a (diff)
downloadperl-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index f2589768c5..ded6c9038f 100644
--- 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");