diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-24 15:47:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-24 15:47:11 +0000 |
commit | a9a3c8dc10d6ba51a6ed67a2b9be293d1ba27c86 (patch) | |
tree | e64a63aea439326ea2b1180de90f8321fe34153b /ext/IO | |
parent | aba054787d21be4f8e2f26819be88cdbe3e7bbd8 (diff) | |
download | perl-a9a3c8dc10d6ba51a6ed67a2b9be293d1ba27c86.tar.gz |
Remove more cruft from IO.
p4raw-id: //depot/cfgperl@5237
Diffstat (limited to 'ext/IO')
-rw-r--r-- | ext/IO/IO.xs | 4 |
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); } |