From: Jarkko Hietaniemi Date: Thu, 24 Feb 2000 15:47:11 +0000 (+0000) Subject: Remove more cruft from IO. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a9a3c8dc10d6ba51a6ed67a2b9be293d1ba27c86;p=p5sagit%2Fp5-mst-13.2.git Remove more cruft from IO. p4raw-id: //depot/cfgperl@5237 --- diff --git a/ext/IO/IO.xs b/ext/IO/IO.xs index 4a93c03..1b79cfd 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); }