diff options
Diffstat (limited to 'src/m/vax.h')
-rw-r--r-- | src/m/vax.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/vax.h b/src/m/vax.h index 631a25d50c9..35050a11e10 100644 --- a/src/m/vax.h +++ b/src/m/vax.h @@ -100,12 +100,6 @@ NOTE-END */ #ifdef USG #define LIB_STANDARD -lPW -lc -/* There is some bug in unexec in for usg 5.2 on a vax - which nobody who runs such a system has yet tracked down. */ -#ifndef USG5_0 -#define NO_REMAP -#endif /* USG 5_0 */ - #define TEXT_START 0 #endif /* USG */ |