From 94173f6818a6a2816f4104f698f56d304a397405 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Mon, 17 Jun 2002 20:37:55 -0700 Subject: [PATCH] Remove sync_timers Nobody's using it any more, kill: --- include/linux/timer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/linux/timer.h') diff --git a/include/linux/timer.h b/include/linux/timer.h index d6f0ce5f8740..6e1e61a4c07b 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h @@ -25,10 +25,8 @@ extern int del_timer(struct timer_list * timer); #ifdef CONFIG_SMP extern int del_timer_sync(struct timer_list * timer); -extern void sync_timers(void); #else #define del_timer_sync(t) del_timer(t) -#define sync_timers() do { } while (0) #endif /* -- cgit v1.2.3