diff options
Diffstat (limited to 'proc/proc.h')
-rw-r--r-- | proc/proc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/proc/proc.h b/proc/proc.h index 12f56da1..a2e3c537 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -145,13 +145,6 @@ mach_port_t generic_port; /* messages not related to a specific proc */ pthread_mutex_t global_lock; -static inline void __attribute__ ((unused)) -process_drop (struct proc *p) -{ - if (p) - ports_port_deref (p); -} - /* Forward declarations */ void complete_wait (struct proc *, int); int check_uid (struct proc *, uid_t); |