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:
be34a9c
)
Remove dead code.
author
Rui Ueyama
<ruiu@google.com>
Wed, 2 Mar 2016 00:43:37 +0000
(
00:43
+0000)
committer
Rui Ueyama
<ruiu@google.com>
Wed, 2 Mar 2016 00:43:37 +0000
(
00:43
+0000)
llvm-svn: 262436
lld/lib/ReaderWriter/FileArchive.cpp
patch
|
blob
|
history
diff --git
a/lld/lib/ReaderWriter/FileArchive.cpp
b/lld/lib/ReaderWriter/FileArchive.cpp
index 9d1dc5d6b67dcfcd2fcb387a3a8a58fc9ef43133..a47024ca4f66dce3f3b52f2a46512d87374a96e4 100644
(file)
--- a/
lld/lib/ReaderWriter/FileArchive.cpp
+++ b/
lld/lib/ReaderWriter/FileArchive.cpp
@@
-19,7
+19,6
@@
#include "llvm/Support/Format.h"
#include "llvm/Support/MemoryBuffer.h"
#include <memory>
-#include <mutex>
#include <set>
#include <unordered_map>
@@
-218,7
+217,6
@@
private:
InstantiatedSet _membersInstantiated;
bool _logLoading;
std::vector<std::unique_ptr<MemoryBuffer>> _memberBuffers;
- std::mutex _mutex;
std::vector<std::unique_ptr<File>> _filesReturned;
};