diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-11-12 16:05:00 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-11-12 16:05:00 +0100 |
commit | 2127b8c552390cdaeb848d0992d2923733936d09 (patch) | |
tree | 49fd13209c9a383665ea5991a875a9ec3f263087 /sys/lib | |
parent | d2ad8df9472c65931c649d312bf0ae46e1ceedd8 (diff) |
kernel/qio: get rid of unused qcopycnt debug variable
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/acid/kernel | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/lib/acid/kernel b/sys/lib/acid/kernel index bee079e40..977660972 100644 --- a/sys/lib/acid/kernel +++ b/sys/lib/acid/kernel @@ -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 |