Removed debugging code.
authorHan Ming Ong <hanming@apple.com>
Tue, 11 Dec 2012 00:24:58 +0000 (00:24 +0000)
committerHan Ming Ong <hanming@apple.com>
Tue, 11 Dec 2012 00:24:58 +0000 (00:24 +0000)
llvm-svn: 169799

lldb/source/Host/macosx/Host.mm

index 0e49959..62669be 100644 (file)
@@ -1670,7 +1670,6 @@ LaunchProcessPosixSpawn (const char *exe_path, ProcessLaunchInfo &launch_info, :
 static bool
 ShouldLaunchUsingXPC(const char *exe_path, ProcessLaunchInfo &launch_info)
 {
-    return true;
     bool result = false;
 
 #if !NO_XPC_SERVICES