[lld] r256440 - Remove dead variable.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 25 23:27:11 PST 2015
Author: ruiu
Date: Sat Dec 26 01:27:10 2015
New Revision: 256440
URL: http://llvm.org/viewvc/llvm-project?rev=256440&view=rev
Log:
Remove dead variable.
Modified:
lld/trunk/ELF/Writer.cpp
Modified: lld/trunk/ELF/Writer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Writer.cpp?rev=256440&r1=256439&r2=256440&view=diff
==============================================================================
--- lld/trunk/ELF/Writer.cpp (original)
+++ lld/trunk/ELF/Writer.cpp Sat Dec 26 01:27:10 2015
@@ -703,8 +703,6 @@ template <class ELFT> void Writer<ELFT>:
if (needsInterpSection())
OutputSections.push_back(Out<ELFT>::Interp);
- SmallDenseMap<SectionKey<ELFT::Is64Bits>, OutputSectionBase<ELFT> *> Map;
-
std::vector<OutputSectionBase<ELFT> *> RegularSections;
OutputSectionFactory<ELFT> Factory;
More information about the llvm-commits
mailing list