[lld] r285683 - [ELF] Remove unwanted typedef. NFC.

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 03:16:52 PDT 2016


Author: evgeny777
Date: Tue Nov  1 05:16:52 2016
New Revision: 285683

URL: http://llvm.org/viewvc/llvm-project?rev=285683&view=rev
Log:
[ELF] Remove unwanted typedef. NFC.

Modified:
    lld/trunk/ELF/InputSection.h

Modified: lld/trunk/ELF/InputSection.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputSection.h?rev=285683&r1=285682&r2=285683&view=diff
==============================================================================
--- lld/trunk/ELF/InputSection.h (original)
+++ lld/trunk/ELF/InputSection.h Tue Nov  1 05:16:52 2016
@@ -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;




More information about the llvm-commits mailing list