summaryrefslogtreecommitdiff
path: root/dist/IO
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-02-02 08:41:39 -0700
committerKarl Williamson <public@khwilliamson.com>2013-02-18 21:32:42 -0700
commit395717c5b9c52fd284ac252ca655bbe867b36062 (patch)
treec2918c83cf28ca9edaf14448f5ff355c72acb966 /dist/IO
parent62ba9123033beb0f19ee9d28c9d1cc6b3bf57e46 (diff)
downloadperl-395717c5b9c52fd284ac252ca655bbe867b36062.tar.gz
dist/IO/IO.xs: Silence compiler warning
This variable is unused, doesn't need to be declared.
Diffstat (limited to 'dist/IO')
-rw-r--r--dist/IO/IO.xs2
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/IO/IO.xs b/dist/IO/IO.xs
index ac64d17c2b..c603456c30 100644
--- a/dist/IO/IO.xs
+++ b/dist/IO/IO.xs
@@ -513,8 +513,6 @@ fsync(arg)
SV *
_create_getline_subs(const char *code)
- PREINIT:
- SV *ret;
CODE:
OP *(*io_old_ck_lineseq)(pTHX_ OP *) = PL_check[OP_LINESEQ];
PL_check[OP_LINESEQ] = io_ck_lineseq;