In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/481c819bd64f89ed8dda98ea487aa03b1308b11d?hp=a9c9e371c40cf388593577cf577494e91793f62a>

- Log -----------------------------------------------------------------
commit 481c819bd64f89ed8dda98ea487aa03b1308b11d
Author: Nicholas Clark <[email protected]>
Date:   Fri Oct 4 15:51:13 2013 +0200

    Remove unused variable 'mark' from pp_last.
    
    mark is unused since commit 0c0c317c3b754aee,
    "[perl #3112] Stop last from returning values"
-----------------------------------------------------------------------

Summary of changes:
 pp_ctl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pp_ctl.c b/pp_ctl.c
index f258976..ded6c90 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");

--
Perl5 Master Repository

Reply via email to