From: Logan Chien Date: Sat, 1 Sep 2012 14:43:30 +0000 (+0000) Subject: Code cleanup: tools/opt/opt.cpp X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7b3d77e8ced150e7a77b25315355499340a91682;p=oota-llvm.git 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 --- diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 4ada7d1e76d..7ecd25c6b7f 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -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 target; - SMDiagnostic Err; // Load the input module...