* elfxx-mips.c (ABI_64_P): Remove superfluous check.
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
index 78b331053e3a0f66ed38f502dfd28ce3366150de..a44ed33c1cd4e31f775f4f97b2bb3067785d6720 100644 (file)
@@ -375,7 +375,7 @@ static bfd *reldyn_sorting_bfd;
 
 /* Nonzero if ABFD is using the N64 ABI.  */
 #define ABI_64_P(abfd) \
-  ((get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64) != 0)
+  (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
 
 /* Nonzero if ABFD is using NewABI conventions.  */
 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
This page took 0.02735 seconds and 4 git commands to generate.