kernel: remove unused static variable "sofar" from timerintr() (thanks mischief)

This commit is contained in:
cinap_lenrek 2018-12-05 03:59:08 +01:00
parent d15aca0532
commit 6891093034

View file

@ -187,7 +187,6 @@ timerintr(Ureg *u, Tval)
Timers *tt;
uvlong when, now;
int callhzclock;
static int sofar;
intrcount[m->machno]++;
callhzclock = 0;