In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d3e1f86c0c53ab5504bbbd35b3d95138ea2e0b86?hp=ad09800fcb5c21c4084cd9e0e33da685b92b337a>

- Log -----------------------------------------------------------------
commit d3e1f86c0c53ab5504bbbd35b3d95138ea2e0b86
Author: Rafael Garcia-Suarez <r...@consttype.org>
Date:   Thu Oct 29 10:52:53 2009 +0100

    Remove unused variable
-----------------------------------------------------------------------

Summary of changes:
 util.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/util.c b/util.c
index 2576214..f60f3d0 100644
--- a/util.c
+++ b/util.c
@@ -1361,7 +1361,6 @@ S_vdie(pTHX_ const char* pat, va_list *args)
 {
     dVAR;
     const char *message;
-    const int was_in_eval = PL_in_eval;
     STRLEN msglen;
     I32 utf8 = 0;
 

--
Perl5 Master Repository

Reply via email to