diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-07-13 19:22:41 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-07-13 19:22:41 +0200 |
commit | 043647aa56b4b8e6d11b57c6bdb10a4007670155 (patch) | |
tree | 3030b223989b46f5b1638b881647f60cdea82efc /pp_sys.c | |
parent | 5aa2cbff74d2f83242943910112d37569a876789 (diff) | |
download | perl-043647aa56b4b8e6d11b57c6bdb10a4007670155.tar.gz |
Remove an unused variable
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |