From 7b3d77e8ced150e7a77b25315355499340a91682 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Sat, 1 Sep 2012 14:43:30 +0000 Subject: [PATCH] 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 --- tools/opt/opt.cpp | 4 ---- 1 file changed, 4 deletions(-) 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... -- 2.11.0