diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-29 10:52:53 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-29 10:52:53 +0100 |
commit | d3e1f86c0c53ab5504bbbd35b3d95138ea2e0b86 (patch) | |
tree | bf8ebe2dce4d437c25c125bda6a52244963f1115 /util.c | |
parent | ad09800fcb5c21c4084cd9e0e33da685b92b337a (diff) | |
download | perl-d3e1f86c0c53ab5504bbbd35b3d95138ea2e0b86.tar.gz |
Remove unused variable
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |