summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-12-05 03:59:08 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2018-12-05 03:59:08 +0100
commit689109303467790df972f16918ee48a490c53f56 (patch)
tree2b72c914c978018a599fb2f682341d4782353f14
parentd15aca0532d83216e9db9c4107eabaf1fdf21925 (diff)
kernel: remove unused static variable "sofar" from timerintr() (thanks mischief)
-rw-r--r--sys/src/9/port/portclock.c1
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;