ref: 40ce06383f0a1208f4bdfe6fd1742d8604433179
parent: 59dfcf2e336d91cf201a5de0377524df480c881a
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Nov 12 11:05:00 EST 2016
kernel/qio: get rid of unused qcopycnt debug variable
--- a/sys/lib/acid/kernel
+++ b/sys/lib/acid/kernel
@@ -62,7 +62,6 @@
print ("copyblockcnt=", *copyblockcnt\D, "\n"); print ("consumecnt=", *consumecnt\D, "\n"); print ("producecnt=", *producecnt\D, "\n");- print ("qcopycnt=", *qcopycnt\D, "\n");}
// dump channels
--- a/sys/src/9/port/qio.c
+++ b/sys/src/9/port/qio.c
@@ -11,7 +11,6 @@
static ulong copyblockcnt;
static ulong consumecnt;
static ulong producecnt;
-static ulong qcopycnt;
#define QDEBUG if(0)
--
⑨