Code cleanup: tools/opt/opt.cpp

Remove unused local variable.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Logan Chien 2012-09-01 14:43:30 +00:00
parent e2ac552421
commit 7b3d77e8ce

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