summaryrefslogtreecommitdiff
path: root/sys/src/9/port
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-11-12 16:05:00 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2016-11-12 16:05:00 +0100
commit2127b8c552390cdaeb848d0992d2923733936d09 (patch)
tree49fd13209c9a383665ea5991a875a9ec3f263087 /sys/src/9/port
parentd2ad8df9472c65931c649d312bf0ae46e1ceedd8 (diff)
kernel/qio: get rid of unused qcopycnt debug variable
Diffstat (limited to 'sys/src/9/port')
-rw-r--r--sys/src/9/port/qio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/qio.c b/sys/src/9/port/qio.c
index 0632af9ac..1f6fa93cc 100644
--- a/sys/src/9/port/qio.c
+++ b/sys/src/9/port/qio.c
@@ -11,7 +11,6 @@ static ulong pullupblockcnt;
static ulong copyblockcnt;
static ulong consumecnt;
static ulong producecnt;
-static ulong qcopycnt;
#define QDEBUG if(0)