diff options
Diffstat (limited to 'lld/ELF/OutputSections.h')
-rw-r--r-- | lld/ELF/OutputSections.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 978b1f8191e..c603eacffeb 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -220,7 +220,6 @@ template <class ELFT> struct Out { template <bool Is64Bits> struct SectionKey { typedef typename std::conditional<Is64Bits, uint64_t, uint32_t>::type uintX_t; StringRef Name; - uint32_t Type; uintX_t Flags; uintX_t Alignment; }; |