From: Hiroshi Shimamoto Date: Wed, 4 Nov 2009 07:16:10 +0000 (+0900) Subject: sched: Remove unused time_sync_thresh declaration X-Git-Tag: master-2009-12-21~21^2~28 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=2a2bb3142d326bb28b03875cabfc49baaac9a14a;p=~andy%2Flinux sched: Remove unused time_sync_thresh declaration time_sync_thresh had been removed. Signed-off-by: Hiroshi Shimamoto Cc: Peter Zijlstra LKML-Reference: <4AF12A3A.5050200@ct.jp.nec.com> Signed-off-by: Ingo Molnar --- diff --git a/include/linux/sched.h b/include/linux/sched.h index f18102c4d0b..754b3deed02 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -171,8 +171,6 @@ print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) } #endif -extern unsigned long long time_sync_thresh; - /* * Task state bitmask. NOTE! These bits are also * encoded in fs/proc/array.c: get_task_state().