kernel: remove unused static variable "sofar" from timerintr() (thanks mischief)
This commit is contained in:
parent
d15aca0532
commit
6891093034
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ timerintr(Ureg *u, Tval)
|
||||||
Timers *tt;
|
Timers *tt;
|
||||||
uvlong when, now;
|
uvlong when, now;
|
||||||
int callhzclock;
|
int callhzclock;
|
||||||
static int sofar;
|
|
||||||
|
|
||||||
intrcount[m->machno]++;
|
intrcount[m->machno]++;
|
||||||
callhzclock = 0;
|
callhzclock = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue