mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
gold-plugin: Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3fa39c0a81
commit
d2170754c4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user