diff options
author | Noel Grandin <noel@peralex.com> | 2014-09-18 09:27:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-09-19 08:36:54 +0200 |
commit | a077da7ce6686f238592ea42de7c35e234bd9546 (patch) | |
tree | ad2a8720725a4627a3d830ffd7afa344f0a2281e /rsc | |
parent | b17e7627433fa811f6f9dab6a260c10c062f9c85 (diff) |
rsc: remove PDP support
Change-Id: I06ad5702aed280bc1e19743246167e1d6fd1af95
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/rscpp/cppdef.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h index 965075bee7a7..8d05568d97da 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 pdp11 -#define MACHINE "pdp11" -#endif #ifdef vax #define MACHINE "vax" #endif |