From 689109303467790df972f16918ee48a490c53f56 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 5 Dec 2018 03:59:08 +0100 Subject: kernel: remove unused static variable "sofar" from timerintr() (thanks mischief) --- sys/src/9/port/portclock.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/src/9/port/portclock.c') 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; -- cgit v1.2.3