This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e71036
)
Get rid of indread, from Abhijit Menon-Sen.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 11 Aug 2001 14:58:07 +0000
(14:58 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 11 Aug 2001 14:58:07 +0000
(14:58 +0000)
p4raw-id: //depot/perl@11633
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
2c6ad8e
..
b1bdde4
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-389,15
+389,6
@@
PP(pp_glob)
return result;
}
-#if 0 /* XXX never used! */
-PP(pp_indread)
-{
- STRLEN n_a;
- PL_last_in_gv = gv_fetchpv(SvPVx(GvSV((GV*)(*PL_stack_sp--)), n_a), TRUE,SVt_PVIO);
- return do_readline();
-}
-#endif
-
PP(pp_rcatline)
{
PL_last_in_gv = cGVOP_gv;