move out heim_ipc_main from here, its currently not common

This commit is contained in:
Love Hornquist Astrand
2009-11-23 17:56:33 -08:00
parent 599fefcb8d
commit ff642c0539

View File

@@ -89,16 +89,6 @@ _heim_ipc_create_cred(uid_t uid, gid_t gid, pid_t pid, pid_t session, heim_icred
return 0;
}
void
heim_ipc_main(void)
{
#if __APPLE__
dispatch_main();
#else
abort();
#endif
}
heim_isemaphore
heim_ipc_semaphore_create(long value)
{