mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Code cleanup: tools/opt/opt.cpp
Remove unused local variable. llvm-svn: 163061
This commit is contained in:
parent
a0765b2560
commit
817a6787d8
@ -513,10 +513,6 @@ int main(int argc, char **argv) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Allocate a full target machine description only if necessary.
|
||||
// FIXME: The choice of target should be controllable on the command line.
|
||||
std::auto_ptr<TargetMachine> target;
|
||||
|
||||
SMDiagnostic Err;
|
||||
|
||||
// Load the input module...
|
||||
|
Loading…
x
Reference in New Issue
Block a user