summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/IO/IO.xs4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/IO/IO.xs b/ext/IO/IO.xs
index 4a93c03192..1b79cfd4c0 100644
--- a/ext/IO/IO.xs
+++ b/ext/IO/IO.xs
@@ -458,8 +458,4 @@ BOOT:
#ifdef SEEK_END
newCONSTSUB(stash,"SEEK_END", newSViv(SEEK_END));
#endif
- /*
- * constant subs for IO
- */
- stash = gv_stashpvn("IO", 2, TRUE);
}