projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa2cbf
)
Remove an unused variable
author
Florian Ragwitz
<rafl@debian.org>
Wed, 13 Jul 2011 17:22:41 +0000
(19:22 +0200)
committer
Florian Ragwitz
<rafl@debian.org>
Wed, 13 Jul 2011 17:22:41 +0000
(19:22 +0200)
pp_sys.c
patch
|
blob
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index 3325453aa3d633cf5ab86310fe050480b6cabd68..726be76c4b85f5c03efbbd29cb3d4533643b6714 100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-2904,7
+2904,6
@@
S_try_amagic_ftest(pTHX_ char chr) {
&& SvAMAGIC(TOPs))
{
const char tmpchr = chr;
- const OP *next;
SV * const tmpsv = amagic_call(arg,
newSVpvn_flags(&tmpchr, 1, SVs_TEMP),
ftest_amg, AMGf_unary);