From 558755f0fe873d6bc30bf90910e2d36adbf91932 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 21 Nov 2013 14:43:26 -0800 Subject: [PATCH] Remove unused var from APItest.xs This was added at the same time as the containing function in 27fcb6ee. It was probably due to copy and paste. --- ext/XS-APItest/APItest.xs | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/XS-APItest/APItest.xs b/ext/XS-APItest/APItest.xs index 1371207..40eaa96 100644 --- a/ext/XS-APItest/APItest.xs +++ b/ext/XS-APItest/APItest.xs @@ -1049,7 +1049,6 @@ peep_xop(pTHX_ OP *o, OP *oldop) static I32 filter_call(pTHX_ int idx, SV *buf_sv, int maxlen) { - SV *my_sv = FILTER_DATA(idx); char *p; char *end; int n = FILTER_READ(idx + 1, buf_sv, maxlen); -- 1.8.3.1