projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aba0547
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/IO/IO.xs
b/ext/IO/IO.xs
index
4a93c03
..
1b79cfd
100644
(file)
--- 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);
}