diff options
Diffstat (limited to 'binutils/elfcomm.h')
-rw-r--r-- | binutils/elfcomm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/elfcomm.h b/binutils/elfcomm.h index 04e909c..921d42c 100644 --- a/binutils/elfcomm.h +++ b/binutils/elfcomm.h @@ -47,7 +47,6 @@ extern void byte_get_64 (const unsigned char *, elf_vma *, elf_vma *); /* This is just a bit of syntatic sugar. */ #define streq(a,b) (strcmp ((a), (b)) == 0) -#define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) /* Structure to hold information about an archive file. */ |