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 9754ce1..04e909c 100644 --- a/binutils/elfcomm.h +++ b/binutils/elfcomm.h @@ -48,7 +48,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) -#define const_strneq(a,b) (strncmp ((a), (b), sizeof (b) - 1) == 0) /* Structure to hold information about an archive file. */ |