1
0

Remove unused variable 'next_tick'

Dieser Commit ist enthalten in:
adri 2008-07-14 12:44:47 +00:00
Ursprung 7daafb999e
Commit d481f12107

Datei anzeigen

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