Remove unused variable 'next_tick'

This commit is contained in:
adri 2008-07-14 12:44:47 +00:00
父節點 7daafb999e
當前提交 d481f12107

查看文件

@ -44,7 +44,6 @@
#define NUM_TIMERS 25
static Time now;
static Time next_tick;
struct Timer {
Time time_started;