summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gold/gold-plugin.cpp
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
commit8dabd7e7de442c25eb72d1fe7bf56b2719dbaaa7 (patch)
tree67561c74f45b70f3305d075be53e52bb870a6815 /llvm/tools/gold/gold-plugin.cpp
parentf208681731e4fa20287f11479f6cf821b60e7d60 (diff)
downloadbcm5719-llvm-8dabd7e7de442c25eb72d1fe7bf56b2719dbaaa7.tar.gz
bcm5719-llvm-8dabd7e7de442c25eb72d1fe7bf56b2719dbaaa7.zip
gold-plugin: Remove unused variable.
llvm-svn: 296533
Diffstat (limited to 'llvm/tools/gold/gold-plugin.cpp')
-rw-r--r--llvm/tools/gold/gold-plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp
index cfcb4b95371..c372552778f 100644
--- a/llvm/tools/gold/gold-plugin.cpp
+++ b/llvm/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 {
OpenPOWER on IntegriCloud