diff options
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r-- | bfd/libcoff-in.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index 0aa3d37..16b6c7b 100644 --- a/bfd/libcoff-in.h +++ b/bfd/libcoff-in.h @@ -117,8 +117,6 @@ typedef struct pe_tdata int has_reloc_section; bfd_boolean (*in_reloc_p) (bfd *, reloc_howto_type *); flagword real_flags; - int target_subsystem; - bfd_boolean force_minimum_alignment; } pe_data_type; #define pe_data(bfd) ((bfd)->tdata.pe_obj_data) |