1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

gold-plugin: Remove unused variable.

llvm-svn: 296533
This commit is contained in:
Peter Collingbourne 2017-02-28 22:40:30 +00:00
parent 12ff843396
commit 50bcef8d40

View File

@ -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 {