summaryrefslogtreecommitdiff
path: root/include/opcode/cr16.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/cr16.h')
-rw-r--r--include/opcode/cr16.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/opcode/cr16.h b/include/opcode/cr16.h
index a96b3374c8a..09e27122a17 100644
--- a/include/opcode/cr16.h
+++ b/include/opcode/cr16.h
@@ -425,7 +425,6 @@ extern const char * cr16_no_op_insn[];
/* Utility macros for string comparison. */
#define streq(a, b) (strcmp (a, b) == 0)
-#define strneq(a, b, c) (strncmp (a, b, c) == 0)
/* Long long type handling. */
/* Replace all appearances of 'long long int' with LONGLONG. */