forked from OSchip/llvm-project
parent
a2b05d0441
commit
f75b0ee2ab
|
@ -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 ();
|
||||
|
|
Loading…
Reference in New Issue