diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2017-02-28 22:40:30 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2017-02-28 22:40:30 +0000 |
commit | 8dabd7e7de442c25eb72d1fe7bf56b2719dbaaa7 (patch) | |
tree | 67561c74f45b70f3305d075be53e52bb870a6815 /llvm/tools/gold/gold-plugin.cpp | |
parent | f208681731e4fa20287f11479f6cf821b60e7d60 (diff) | |
download | bcm5719-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.cpp | 1 |
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 { |