Remove unused variable 'mark' from pp_last.
authorNicholas Clark <nick@ccl4.org>
Fri, 4 Oct 2013 13:51:13 +0000 (15:51 +0200)
committerNicholas 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

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");