shithub: riscv

Download patch

ref: 5d353d62fe9566b203e08bc25d525c5a3a0ecadc
parent: b3c1fa9ecfbaaacef40f6aa26199cdfd7f6cb9b1
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Dec 11 11:02:30 EST 2016

devmouse: remove unused static map[] array

--- a/sys/src/9/port/devmouse.c
+++ b/sys/src/9/port/devmouse.c
@@ -237,7 +237,6 @@
 {
 	char buf[1+4*12+1];
 	uchar *p;
-	static int map[8] = {0, 4, 2, 6, 1, 5, 3, 7 };
 	ulong offset = off;
 	Mousestate m;
 	int b;