diff options
Diffstat (limited to 'binutils/windres.c')
-rw-r--r-- | binutils/windres.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/binutils/windres.c b/binutils/windres.c index c3b1f50..6fbe7b5 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -46,11 +46,6 @@ #include "obstack.h" #include "windres.h" -/* Defined in bfd/binary.c. Used to set architecture and machine of input - binary files. */ -extern enum bfd_architecture bfd_external_binary_architecture; -extern unsigned long bfd_external_machine; - /* Used by resrc.c at least. */ int verbose = 0; |