summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-11 14:58:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-11 14:58:07 +0000
commitf5c74a6e5cae38214d2b9e368855186826a6348f (patch)
tree2998d483c0df9b0c63a96e55564643e3aaec2c31 /pp_sys.c
parent1e71036e217e12ce02e22c079a5de07e0ae8f016 (diff)
downloadperl-f5c74a6e5cae38214d2b9e368855186826a6348f.tar.gz
Get rid of indread, from Abhijit Menon-Sen.
p4raw-id: //depot/perl@11633
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/pp_sys.c b/pp_sys.c
index 2c6ad8e5ee..b1bdde4c49 100644
--- 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;