diff options
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index fb1ac7d..c430593 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -840,10 +840,6 @@ NAME (aout, machine_type) (enum bfd_architecture arch, arch_flags = M_CRIS; break; - case bfd_arch_m88k: - *unknown = FALSE; - break; - default: arch_flags = M_UNKNOWN; } |