[Lldb-commits] [lldb] r169799 - /lldb/trunk/source/Host/macosx/Host.mm
Han Ming Ong
hanming at apple.com
Mon Dec 10 16:24:58 PST 2012
Author: hanming
Date: Mon Dec 10 18:24:58 2012
New Revision: 169799
URL: http://llvm.org/viewvc/llvm-project?rev=169799&view=rev
Log:
Removed debugging code.
Modified:
lldb/trunk/source/Host/macosx/Host.mm
Modified: lldb/trunk/source/Host/macosx/Host.mm
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/macosx/Host.mm?rev=169799&r1=169798&r2=169799&view=diff
==============================================================================
--- lldb/trunk/source/Host/macosx/Host.mm (original)
+++ lldb/trunk/source/Host/macosx/Host.mm Mon Dec 10 18:24:58 2012
@@ -1670,7 +1670,6 @@
static bool
ShouldLaunchUsingXPC(const char *exe_path, ProcessLaunchInfo &launch_info)
{
- return true;
bool result = false;
#if !NO_XPC_SERVICES
More information about the lldb-commits
mailing list