shithub: riscv

Download patch

ref: 689109303467790df972f16918ee48a490c53f56
parent: d15aca0532d83216e9db9c4107eabaf1fdf21925
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;