From: Eric Christopher Date: Tue, 21 Oct 2014 20:36:17 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: llvmorg-3.6.0-rc1~5248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f75b0ee2abcc475469153ecc0dc84521fdb13451;p=platform%2Fupstream%2Fllvm.git Remove unused variable. llvm-svn: 220319 --- diff --git a/lldb/source/Target/ProcessLaunchInfo.cpp b/lldb/source/Target/ProcessLaunchInfo.cpp index f44cf41bd3d2..d894637e4806 100644 --- a/lldb/source/Target/ProcessLaunchInfo.cpp +++ b/lldb/source/Target/ProcessLaunchInfo.cpp @@ -384,7 +384,6 @@ ProcessLaunchInfo::ConvertArgumentsForLaunchingInShell (Error &error, { if (m_shell) { - char shell_resolved_path[PATH_MAX]; std::string shell_executable = m_shell.GetPath(); const char **argv = GetArguments().GetConstArgumentVector ();