diff options
Diffstat (limited to 'sys/arch/pmax/include/cdefs.h')
-rw-r--r-- | sys/arch/pmax/include/cdefs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/arch/pmax/include/cdefs.h b/sys/arch/pmax/include/cdefs.h index 47499b695ea..bc0383e8f7d 100644 --- a/sys/arch/pmax/include/cdefs.h +++ b/sys/arch/pmax/include/cdefs.h @@ -33,13 +33,6 @@ #define _C_LABEL(x) _STRING(x) #define __indr_references(sym,msg) /* nothing */ - -#if defined __GNUC__ && defined __STDC__ -#define __warn_references(sym, msg) \ - static const char __evoke_link_warning_##sym[] \ - __attribute__ ((section (".gnu.warning." #sym))) = msg; -#else #define __warn_references(sym,msg) /* nothing */ -#endif #endif /* !_MACHINE_CDEFS_H_ */ |