diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-10-21 20:36:17 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-10-21 20:36:17 +0000 |
| commit | f75b0ee2abcc475469153ecc0dc84521fdb13451 (patch) | |
| tree | 1eaee85ff14ae772af9a2256c54485ab71b6025a | |
| parent | a2b05d0441f87d9575a6b79a0d9e674e1e9cbb06 (diff) | |
| download | bcm5719-llvm-f75b0ee2abcc475469153ecc0dc84521fdb13451.tar.gz bcm5719-llvm-f75b0ee2abcc475469153ecc0dc84521fdb13451.zip | |
Remove unused variable.
llvm-svn: 220319
| -rw-r--r-- | lldb/source/Target/ProcessLaunchInfo.cpp | 1 |
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 (); |

