projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
897067e
)
Delete dead variable.
author
Rafael Espindola
<rafael.espindola@gmail.com>
Thu, 28 Apr 2016 20:29:12 +0000
(20:29 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Thu, 28 Apr 2016 20:29:12 +0000
(20:29 +0000)
llvm-svn: 267935
lld/ELF/LTO.h
patch
|
blob
|
history
diff --git
a/lld/ELF/LTO.h
b/lld/ELF/LTO.h
index
7cfb1ae
..
326ba24
100644
(file)
--- a/
lld/ELF/LTO.h
+++ b/
lld/ELF/LTO.h
@@
-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;
};