summaryrefslogtreecommitdiff
path: root/ext/IO
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-24 15:47:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-24 15:47:11 +0000
commita9a3c8dc10d6ba51a6ed67a2b9be293d1ba27c86 (patch)
treee64a63aea439326ea2b1180de90f8321fe34153b /ext/IO
parentaba054787d21be4f8e2f26819be88cdbe3e7bbd8 (diff)
downloadperl-a9a3c8dc10d6ba51a6ed67a2b9be293d1ba27c86.tar.gz
Remove more cruft from IO.
p4raw-id: //depot/cfgperl@5237
Diffstat (limited to 'ext/IO')
-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);
}