
From: William Lee Irwin III <wli@holomorphy.com>

These two variables are long, long dead. This patch removes them.

Signed-off-by: William Irwin <wli@holomorphy.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/linux/sched.h |    2 --
 1 files changed, 2 deletions(-)

diff -puN include/linux/sched.h~remove-itimer_ticks-and-itimer_next include/linux/sched.h
--- 25/include/linux/sched.h~remove-itimer_ticks-and-itimer_next	2004-10-26 19:58:59.140048912 -0700
+++ 25-akpm/include/linux/sched.h	2004-10-26 19:58:59.144048304 -0700
@@ -782,8 +782,6 @@ extern void switch_uid(struct user_struc
 
 #include <asm/current.h>
 
-extern unsigned long itimer_ticks;
-extern unsigned long itimer_next;
 extern void do_timer(struct pt_regs *);
 
 extern int FASTCALL(wake_up_state(struct task_struct * tsk, unsigned int state));
_
