diff options
Diffstat (limited to 'sim/common/sim-basics.h')
-rw-r--r-- | sim/common/sim-basics.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sim/common/sim-basics.h b/sim/common/sim-basics.h index 52c9b2f..e822fb2 100644 --- a/sim/common/sim-basics.h +++ b/sim/common/sim-basics.h @@ -51,15 +51,6 @@ #endif -/* Some versions of GCC include an attribute operator, define it */ - -#if !defined (__attribute__) -#if (!defined(__GNUC__) || (__GNUC__ < 2) || (__GNUC__ == 2 && __GNUC_MINOR__ < 6)) -#define __attribute__(arg) -#endif -#endif - - /* Global types that code manipulates */ struct hw; |