From 60bb3e9d34a36faf438737992af468da83f6551b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 18 Sep 2014 10:26:33 +0200 Subject: rsc: remove more DEC remnants Change-Id: I6b084d6b08ff2e7bd9adfba4c9eda7c8c650305c --- rsc/source/rscpp/cpp1.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rsc/source/rscpp') diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c index 6c52de312c14..e6b84025f3e3 100644 --- a/rsc/source/rscpp/cpp1.c +++ b/rsc/source/rscpp/cpp1.c @@ -314,11 +314,7 @@ int MAIN(int argc, char** argv) } /* Else, just get stdin */ case 0: /* No args? */ case 1: /* No files, stdin -> stdout */ -#if (HOST == SYS_UNIX) || (HOST == SYS_UNKNOWN) work[0] = EOS; /* Unix can't find stdin name */ -#else - fgetname(stdin, work); /* Vax-11C, Decus C know name */ -#endif break; default: -- cgit