diff options
Diffstat (limited to 'src/common/timer.h')
-rw-r--r-- | src/common/timer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/timer.h b/src/common/timer.h index 7a3dba4a8..28a792f88 100644 --- a/src/common/timer.h +++ b/src/common/timer.h @@ -49,7 +49,6 @@ int settick_timer(int tid, unsigned int tick); int add_timer_func_list(TimerFunc func, char* name); unsigned long get_uptime(void); -unsigned int calc_times(void); int do_timer(unsigned int tick); void timer_init(void); |