diff options
author | Eric Christopher <echristo@gmail.com> | 2014-10-15 00:15:26 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-10-15 00:15:26 +0000 |
commit | cba08bd9b2f66868d27387c4f7ea06b8150d75f7 (patch) | |
tree | 6b8da9b817a15cb01bcd187614015a844fab68d5 | |
parent | 7396cc9978c5acb7e9c076cfcbac7749b4a32929 (diff) | |
download | bcm5719-llvm-cba08bd9b2f66868d27387c4f7ea06b8150d75f7.tar.gz bcm5719-llvm-cba08bd9b2f66868d27387c4f7ea06b8150d75f7.zip |
Remove unused variable.
llvm-svn: 219751
-rw-r--r-- | lldb/source/Host/common/MonitoringProcessLauncher.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Host/common/MonitoringProcessLauncher.cpp b/lldb/source/Host/common/MonitoringProcessLauncher.cpp index 3b0078474b0..7cca3b12313 100644 --- a/lldb/source/Host/common/MonitoringProcessLauncher.cpp +++ b/lldb/source/Host/common/MonitoringProcessLauncher.cpp @@ -65,8 +65,6 @@ MonitoringProcessLauncher::LaunchProcess(const ProcessLaunchInfo &launch_info, E resolved_info.SetExecutableFile(exe_spec, false); assert(!resolved_info.GetFlags().Test(eLaunchFlagLaunchInTTY)); - ::pid_t pid = LLDB_INVALID_PROCESS_ID; - HostProcess process = m_delegate_launcher->LaunchProcess(resolved_info, error); if (process.GetProcessId() != LLDB_INVALID_PROCESS_ID) |