summaryrefslogtreecommitdiff
path: root/dist/IO/IO.xs
diff options
context:
space:
mode:
Diffstat (limited to 'dist/IO/IO.xs')
-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;