In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/225c6e2a61e6a7d3be17ae8b6f9bcb4926889680?hp=20c299101f473656d21098933ebc26eaa709d37d>

- Log -----------------------------------------------------------------
commit 225c6e2a61e6a7d3be17ae8b6f9bcb4926889680
Author: David Mitchell <da...@iabyn.com>
Date:   Fri Nov 8 11:18:03 2013 +0000

    remove some unused vars from op.c and toke.c
-----------------------------------------------------------------------

Summary of changes:
 op.c   | 1 -
 toke.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/op.c b/op.c
index f9ec7aa..881cc74 100644
--- a/op.c
+++ b/op.c
@@ -1879,7 +1879,6 @@ S_finalize_op(pTHX_ OP* o)
        UNOP *rop;
        SV *lexname;
        GV **fields;
-       SV **svp, *sv;
        SVOP *key_op;
        OP *kid;
        bool check_fields;
diff --git a/toke.c b/toke.c
index 66447e3..0773036 100644
--- a/toke.c
+++ b/toke.c
@@ -10382,7 +10382,6 @@ S_scan_inputsymbol(pTHX_ char *start)
     else {
        bool readline_overriden = FALSE;
        GV *gv_readline;
-       GV **gvp;
        /* we're in a filehandle read situation */
        d = PL_tokenbuf;
 

--
Perl5 Master Repository

Reply via email to