diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-11 14:58:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-11 14:58:07 +0000 |
commit | f5c74a6e5cae38214d2b9e368855186826a6348f (patch) | |
tree | 2998d483c0df9b0c63a96e55564643e3aaec2c31 /pp_sys.c | |
parent | 1e71036e217e12ce02e22c079a5de07e0ae8f016 (diff) | |
download | perl-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.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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; |