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:
099ec7d
)
Remove unused var from APItest.xs
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 21 Nov 2013 22:43:26 +0000
(14:43 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 22 Nov 2013 01:51:06 +0000
(17:51 -0800)
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
patch
|
blob
|
history
diff --git
a/ext/XS-APItest/APItest.xs
b/ext/XS-APItest/APItest.xs
index 137120757104320848e2dfe983826560cfffb328..40eaa9648225914a48062872706a4d0400dec7dd 100644
(file)
--- 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);