Patch from Filipe Cabecinhas.

llvm-svn: 155641
This commit is contained in:
Greg Clayton 2012-04-26 17:11:01 +00:00
parent 7afbe07a0d
commit caca09b628
1 changed files with 0 additions and 1 deletions

View File

@ -424,7 +424,6 @@ MachTask::ShutDownExcecptionThread()
err = ::mach_port_deallocate (task_self, exception_port);
if (DNBLogCheckLogBit(LOG_TASK) || err.Fail())
err.LogThreaded("::mach_port_deallocate ( task = 0x%4.4x, name = 0x%4.4x )", task_self, exception_port);
exception_port = NULL;
return err.Error();
}