From a9a3c8dc10d6ba51a6ed67a2b9be293d1ba27c86 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 24 Feb 2000 15:47:11 +0000 Subject: Remove more cruft from IO. p4raw-id: //depot/cfgperl@5237 --- ext/IO/IO.xs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext') 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); } -- cgit v1.2.1