diff options
Diffstat (limited to 'gdbsupport')
-rw-r--r-- | gdbsupport/common-defs.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdbsupport/common-defs.h b/gdbsupport/common-defs.h index 8ec559e..6120719 100644 --- a/gdbsupport/common-defs.h +++ b/gdbsupport/common-defs.h @@ -187,17 +187,8 @@ #undef ATTRIBUTE_NONNULL #define ATTRIBUTE_NONNULL(m) -#if GCC_VERSION >= 3004 #define ATTRIBUTE_UNUSED_RESULT __attribute__ ((__warn_unused_result__)) -#else -#define ATTRIBUTE_UNUSED_RESULT -#endif - -#if (GCC_VERSION > 4000) #define ATTRIBUTE_USED __attribute__ ((__used__)) -#else -#define ATTRIBUTE_USED -#endif #include "libiberty.h" #include "pathmax.h" |