ATTRIBUTE_UNUSED is already defined in disas/bfd.h, which is included.
Thus, there is no need to redefine it.

Signed-off-by: Tobias Klauser <tklau...@distanz.ch>
---
 disas/arm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/disas/arm.c b/disas/arm.c
index 76e97a8..6f63406 100644
--- a/disas/arm.c
+++ b/disas/arm.c
@@ -23,7 +23,6 @@
    for things we don't care about.  */
 
 #include "disas/bfd.h"
-#define ATTRIBUTE_UNUSED __attribute__((unused))
 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n')
 
 #define ARM_EXT_V1      0
-- 
2.0.1



Reply via email to