Remove unused variable.

llvm-svn: 220319
This commit is contained in:
Eric Christopher 2014-10-21 20:36:17 +00:00
parent a2b05d0441
commit f75b0ee2ab
1 changed files with 0 additions and 1 deletions

View 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 ();