Remove unused variable.
authorEric Christopher <echristo@gmail.com>
Tue, 21 Oct 2014 20:36:17 +0000 (20:36 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 21 Oct 2014 20:36:17 +0000 (20:36 +0000)
llvm-svn: 220319

lldb/source/Target/ProcessLaunchInfo.cpp

index f44cf41bd3d2446d9f110ae75f092d1097e8c5dc..d894637e480688e8d42a14c23b62f59ab1b4faf5 100644 (file)
@@ -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 ();