[ELF] Remove unwanted typedef. NFC.
authorEugene Leviant <evgeny.leviant@gmail.com>
Tue, 1 Nov 2016 10:16:52 +0000 (10:16 +0000)
committerEugene Leviant <evgeny.leviant@gmail.com>
Tue, 1 Nov 2016 10:16:52 +0000 (10:16 +0000)
llvm-svn: 285683

lld/ELF/InputSection.h

index 9b4432e..e4b23df 100644 (file)
@@ -343,8 +343,6 @@ public:
 };
 
 template <class ELFT> class BuildIdSection : public InputSection<ELFT> {
-  typedef OutputSectionBase<ELFT> Base;
-
 public:
   virtual void writeBuildId(ArrayRef<uint8_t> Buf) = 0;
   virtual ~BuildIdSection() = default;