projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ad09800
)
Remove unused variable
Rafael Garcia-Suarez [Thu, 29 Oct 2009 09:52:53 +0000 (10:52 +0100)]
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
2576214
..
f60f3d0
100644
(file)
--- 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;