diff options
Diffstat (limited to 'rsc/source/rscpp/cpp3.c')
-rw-r--r-- | rsc/source/rscpp/cpp3.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c index 2dec260d7376..124215dbb60a 100644 --- a/rsc/source/rscpp/cpp3.c +++ b/rsc/source/rscpp/cpp3.c @@ -98,16 +98,6 @@ void setincdirs() #endif -#if HOST == SYS_RT11 - extern int $$rsts; /* RSTS/E emulation? */ - - if ($$rsts) - *incend++ = "SY:@"; /* User-defined account */ - *incend++ = "C:"; /* Decus-C library disk */ - *incend++ = "SY:"; /* System (boot) disk */ -#define MAXINCLUDE (NINCLUDE - 3 - IS_INCLUDE) -#endif - #if HOST == SYS_UNKNOWN /* * Kontext: GenMake |