From: Rafael Garcia-Suarez Date: Thu, 29 Oct 2009 09:52:53 +0000 (+0100) Subject: Remove unused variable X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3e1f86c0c53ab5504bbbd35b3d95138ea2e0b86;p=p5sagit%2Fp5-mst-13.2.git Remove unused variable --- 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;