kernel/qio: get rid of unused qcopycnt debug variable

This commit is contained in:
cinap_lenrek 2016-11-12 16:05:00 +01:00
parent d2ad8df947
commit 2127b8c552
2 changed files with 0 additions and 2 deletions

View 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

View file

@ -11,7 +11,6 @@ static ulong pullupblockcnt;
static ulong copyblockcnt;
static ulong consumecnt;
static ulong producecnt;
static ulong qcopycnt;
#define QDEBUG if(0)