diff options
Diffstat (limited to 'ipc/ipc_notify.c')
-rw-r--r-- | ipc/ipc_notify.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ipc/ipc_notify.c b/ipc/ipc_notify.c index e789edf9..d10ac997 100644 --- a/ipc/ipc_notify.c +++ b/ipc/ipc_notify.c @@ -382,13 +382,6 @@ ipc_notify_no_senders(port, mscount) ipc_kmsg_t kmsg; mach_no_senders_notification_t *n; -#if NORMA_IPC - if (ip_nsproxyp(port)) { - assert(mscount == 0); - norma_ipc_notify_no_senders(ip_nsproxy(port)); - return; - } -#endif /* NORMA_IPC */ kmsg = ikm_alloc(sizeof *n); if (kmsg == IKM_NULL) { printf("dropped no-senders (0x%08x, %u)\n", port, mscount); |