[Lldb-commits] [lldb] r220319 - Remove unused variable.

Eric Christopher echristo at gmail.com
Tue Oct 21 13:36:17 PDT 2014


Author: echristo
Date: Tue Oct 21 15:36:17 2014
New Revision: 220319

URL: http://llvm.org/viewvc/llvm-project?rev=220319&view=rev
Log:
Remove unused variable.

Modified:
    lldb/trunk/source/Target/ProcessLaunchInfo.cpp

Modified: lldb/trunk/source/Target/ProcessLaunchInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/ProcessLaunchInfo.cpp?rev=220319&r1=220318&r2=220319&view=diff
==============================================================================
--- lldb/trunk/source/Target/ProcessLaunchInfo.cpp (original)
+++ lldb/trunk/source/Target/ProcessLaunchInfo.cpp Tue Oct 21 15:36:17 2014
@@ -384,7 +384,6 @@ ProcessLaunchInfo::ConvertArgumentsForLa
     {
         if (m_shell)
         {
-            char shell_resolved_path[PATH_MAX];
             std::string shell_executable = m_shell.GetPath();
 
             const char **argv = GetArguments().GetConstArgumentVector ();





More information about the lldb-commits mailing list