summaryrefslogtreecommitdiffstats
path: root/tools/gold
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2017-02-28 22:40:30 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2017-02-28 22:40:30 +0000
commitd2170754c4b547446ed876c6b6ed5e1244d1d241 (patch)
tree0d4979f0865efe42f385dd9706dffa7f5c2b5391 /tools/gold
parent3fa39c0a8183e438b6b5a0720a428f0f2fa3589a (diff)
gold-plugin: Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gold')
-rw-r--r--tools/gold/gold-plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp
index cfcb4b953710..c372552778fc 100644
--- a/tools/gold/gold-plugin.cpp
+++ b/tools/gold/gold-plugin.cpp
@@ -106,7 +106,6 @@ static std::list<claimed_file> Modules;
static DenseMap<int, void *> FDToLeaderHandle;
static StringMap<ResolutionInfo> ResInfo;
static std::vector<std::string> Cleanup;
-static llvm::TargetOptions TargetOpts;
namespace options {
enum OutputType {