aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/elfcode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h
index da830f5..fbaa47b 100644
--- a/bfd/elfcode.h
+++ b/bfd/elfcode.h
@@ -2641,8 +2641,6 @@ DEFUN (section_from_elf_index, (abfd, index),
case SHT_NOBITS:
if (!hdr->rawdata)
bfd_section_from_shdr (abfd, index);
- if (!hdr->rawdata)
- abort ();
return (struct sec *) hdr->rawdata;
default: