[lld] r267935 - Delete dead variable.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 28 13:29:12 PDT 2016
Author: rafael
Date: Thu Apr 28 15:29:12 2016
New Revision: 267935
URL: http://llvm.org/viewvc/llvm-project?rev=267935&view=rev
Log:
Delete dead variable.
Modified:
lld/trunk/ELF/LTO.h
Modified: lld/trunk/ELF/LTO.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LTO.h?rev=267935&r1=267934&r2=267935&view=diff
==============================================================================
--- lld/trunk/ELF/LTO.h (original)
+++ lld/trunk/ELF/LTO.h Thu Apr 28 15:29:12 2016
@@ -46,7 +46,6 @@ private:
std::unique_ptr<llvm::Module> Combined;
llvm::IRMover Mover;
std::vector<SmallString<0>> OwningData;
- std::unique_ptr<MemoryBuffer> MB;
llvm::StringSet<> InternalizedSyms;
std::string TheTriple;
};
More information about the llvm-commits
mailing list