Removed debugging code.

llvm-svn: 169799
This commit is contained in:
Han Ming Ong 2012-12-11 00:24:58 +00:00
parent ceb1577bef
commit df4dd92389

View 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