summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rsc/source/rscpp/cppdef.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h
index 8d05568d97da..887502ddc5eb 100644
--- a/rsc/source/rscpp/cppdef.h
+++ b/rsc/source/rscpp/cppdef.h
@@ -101,9 +101,6 @@
#if TARGET == SYS_UNIX
#define SYSTEM "unix"
-#ifdef vax
-#define MACHINE "vax"
-#endif
#endif
/*
@@ -253,13 +250,9 @@
#ifdef decus
#define FILE_LOCAL static
#else
-#ifdef vax11c
-#define FILE_LOCAL static
-#else
#define FILE_LOCAL /* Others are global */
#endif
#endif
-#endif
#endif // INCLUDED_RSC_SOURCE_RSCPP_CPPDEF_H