[PATCH] pidhash: don't count idle threads
[linux-2.6-block.git] / include / linux / sched.h
index 1f16fb1fea221af3b6072a7c687ceff94cde92f5..ddc0df7f8bf5cdf8130a40899ce19d02ef76c26a 100644 (file)
@@ -1214,8 +1214,6 @@ static inline int thread_group_empty(task_t *p)
 #define delay_group_leader(p) \
                (thread_group_leader(p) && !thread_group_empty(p))
 
-extern void unhash_process(struct task_struct *p);
-
 /*
  * Protects ->fs, ->files, ->mm, ->ptrace, ->group_info, ->comm, keyring
  * subscriptions and synchronises with wait4().  Also used in procfs.  Also