summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Target/ProcessLaunchInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Target/ProcessLaunchInfo.cpp b/lldb/source/Target/ProcessLaunchInfo.cpp
index f44cf41bd3d..d894637e480 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 ();
OpenPOWER on IntegriCloud