* dwarf2.c: Formatting.
[deliverable/binutils-gdb.git] / bfd / elf-eh-frame.c
index ab0b995c0c238f485907b84bd331822cb284c420..4f9ed4a99a9f12a1496e84038978a183fbde66a2 100644 (file)
@@ -390,8 +390,7 @@ _bfd_elf_discard_section_eh_frame
       return FALSE;
     }
 
-  if ((sec->output_section != NULL
-       && bfd_is_abs_section (sec->output_section)))
+  if (bfd_is_abs_section (sec->output_section))
     {
       /* At least one of the sections is being discarded from the
         link, so we should just ignore them.  */
This page took 0.024506 seconds and 4 git commands to generate.