git: 9front

Download patch

ref: e1ee1612ee073e6b98943431cfe640f908a392c3
parent: 6ceadb8908e5e58d17df2efb508055b15ed2b66e
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Dec 4 22:59:08 EST 2018

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

--- a/sys/src/9/port/portclock.c
+++ b/sys/src/9/port/portclock.c
@@ -187,7 +187,6 @@
 	Timers *tt;
 	uvlong when, now;
 	int callhzclock;
-	static int sofar;
 
 	intrcount[m->machno]++;
 	callhzclock = 0;
--