diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-12-05 03:59:08 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-12-05 03:59:08 +0100 |
commit | 689109303467790df972f16918ee48a490c53f56 (patch) | |
tree | 2b72c914c978018a599fb2f682341d4782353f14 | |
parent | d15aca0532d83216e9db9c4107eabaf1fdf21925 (diff) |
kernel: remove unused static variable "sofar" from timerintr() (thanks mischief)
-rw-r--r-- | sys/src/9/port/portclock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/portclock.c b/sys/src/9/port/portclock.c index e2a96f757..db2420948 100644 --- a/sys/src/9/port/portclock.c +++ b/sys/src/9/port/portclock.c @@ -187,7 +187,6 @@ timerintr(Ureg *u, Tval) Timers *tt; uvlong when, now; int callhzclock; - static int sofar; intrcount[m->machno]++; callhzclock = 0; |