]> git.lizzy.rs Git - plan9front.git/commitdiff
kernel/qio: get rid of unused qcopycnt debug variable
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sat, 12 Nov 2016 15:05:00 +0000 (16:05 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sat, 12 Nov 2016 15:05:00 +0000 (16:05 +0100)
sys/lib/acid/kernel
sys/src/9/port/qio.c

index bee079e401e3fe83596c071eba80f8fb5b47b90e..977660972901982d74be17ebec9b1d332be7dfbf 100644 (file)
@@ -62,7 +62,6 @@ defn qiostats() {
        print ("copyblockcnt=", *copyblockcnt\D, "\n");
        print ("consumecnt=", *consumecnt\D, "\n");
        print ("producecnt=", *producecnt\D, "\n");
-       print ("qcopycnt=", *qcopycnt\D, "\n");
 }
 
 // dump channels
index 0632af9ac7e474feec2ad5731fb764e0dc752896..1f6fa93ccfa9e57acf992b6ca73d66fb3ab44359 100644 (file)
@@ -11,7 +11,6 @@ static ulong pullupblockcnt;
 static ulong copyblockcnt;
 static ulong consumecnt;
 static ulong producecnt;
-static ulong qcopycnt;
 
 #define QDEBUG if(0)