From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Sat, 11 Aug 2001 14:58:07 +0000 (+0000)
Subject: Get rid of indread, from Abhijit Menon-Sen.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f5c74a6e5cae38214d2b9e368855186826a6348f;p=p5sagit%2Fp5-mst-13.2.git

Get rid of indread, from Abhijit Menon-Sen.

p4raw-id: //depot/perl@11633
---

diff --git a/pp_sys.c b/pp_sys.c
index 2c6ad8e..b1bdde4 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;