Remove more cruft from IO.
Jarkko Hietaniemi [Thu, 24 Feb 2000 15:47:11 +0000 (15:47 +0000)]
p4raw-id: //depot/cfgperl@5237

ext/IO/IO.xs

index 4a93c03..1b79cfd 100644 (file)
@@ -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);
 }