direct-io.hg
changeset 1830:4d2b5836d0d7
bitkeeper revision 1.1108.2.4 (40fc4992NTekksq44lE2Cie1bHOZSw)
g/c unused variable
g/c unused variable
author | cl349@freefall.cl.cam.ac.uk |
---|---|
date | Mon Jul 19 22:22:10 2004 +0000 (2004-07-19) |
parents | 1c630e7af56e |
children | 79d5d57de7d1 6fcb9ee1e130 |
files | linux-2.6.7-xen-sparse/arch/xen/i386/kernel/time.c |
line diff
1.1 --- a/linux-2.6.7-xen-sparse/arch/xen/i386/kernel/time.c Mon Jul 19 22:02:10 2004 +0000 1.2 +++ b/linux-2.6.7-xen-sparse/arch/xen/i386/kernel/time.c Mon Jul 19 22:22:10 2004 +0000 1.3 @@ -477,7 +477,6 @@ static inline u64 __jiffies_to_st(unsign 1.4 extern spinlock_t timerlist_lock; 1.5 int set_timeout_timer(void) 1.6 { 1.7 - struct timer_list *timer; 1.8 u64 alarm = 0; 1.9 int ret = 0; 1.10