projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b05d0
)
Remove unused variable.
author
Eric Christopher
<echristo@gmail.com>
Tue, 21 Oct 2014 20:36:17 +0000
(20:36 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Tue, 21 Oct 2014 20:36:17 +0000
(20:36 +0000)
llvm-svn: 220319
lldb/source/Target/ProcessLaunchInfo.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/Target/ProcessLaunchInfo.cpp
b/lldb/source/Target/ProcessLaunchInfo.cpp
index f44cf41bd3d2446d9f110ae75f092d1097e8c5dc..d894637e480688e8d42a14c23b62f59ab1b4faf5 100644
(file)
--- 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 ();