Author: echristo
Date: Tue Oct 14 19:15:26 2014
New Revision: 219751

URL: http://llvm.org/viewvc/llvm-project?rev=219751&view=rev
Log:
Remove unused variable.

Modified:
    lldb/trunk/source/Host/common/MonitoringProcessLauncher.cpp

Modified: lldb/trunk/source/Host/common/MonitoringProcessLauncher.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/MonitoringProcessLauncher.cpp?rev=219751&r1=219750&r2=219751&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/MonitoringProcessLauncher.cpp (original)
+++ lldb/trunk/source/Host/common/MonitoringProcessLauncher.cpp Tue Oct 14 
19:15:26 2014
@@ -65,8 +65,6 @@ MonitoringProcessLauncher::LaunchProcess
     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)


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to