diff options
Diffstat (limited to 'opcodes/score7-dis.c')
-rw-r--r-- | opcodes/score7-dis.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/score7-dis.c b/opcodes/score7-dis.c index 5387307..6ffc7f6 100644 --- a/opcodes/score7-dis.c +++ b/opcodes/score7-dis.c @@ -37,10 +37,6 @@ #define streq(a,b) (strcmp ((a), (b)) == 0) #endif -#ifndef strneq -#define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) -#endif - #ifndef NUM_ELEM #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) #endif |