aboutsummaryrefslogtreecommitdiff
path: root/bfd/pef.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/pef.c')
-rw-r--r--bfd/pef.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/bfd/pef.c b/bfd/pef.c
index 9bb3a76..7f266c5 100644
--- a/bfd/pef.c
+++ b/bfd/pef.c
@@ -600,13 +600,7 @@ bfd_pef_scan (abfd, header, mdata)
}
if (bfd_pef_scan_start_address (abfd) < 0)
- {
-#if 0
- fprintf (stderr, "bfd_pef_scan: unable to scan start address: %s\n",
- bfd_errmsg (bfd_get_error ()));
- return -1;
-#endif
- }
+ ;
abfd->tdata.pef_data = mdata;