1
0
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:
Logan Chien 2012-09-01 14:43:30 +00:00
parent a0765b2560
commit 817a6787d8

View File

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