Remove an unused variable
authorFlorian Ragwitz <rafl@debian.org>
Wed, 13 Jul 2011 17:22:41 +0000 (19:22 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Wed, 13 Jul 2011 17:22:41 +0000 (19:22 +0200)
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);