Skip to content

Commit

Permalink
gold-plugin: Remove unused variable.
Browse files Browse the repository at this point in the history
llvm-svn: 296533
  • Loading branch information
pcc committed Feb 28, 2017
1 parent f208681 commit 8dabd7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/tools/gold/gold-plugin.cpp
Expand Up @@ -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 {
Expand Down

0 comments on commit 8dabd7e

Please sign in to comment.