kernel/qio: get rid of unused qcopycnt debug variable
This commit is contained in:
parent
d2ad8df947
commit
2127b8c552
2 changed files with 0 additions and 2 deletions
|
@ -62,7 +62,6 @@ defn qiostats() {
|
||||||
print ("copyblockcnt=", *copyblockcnt\D, "\n");
|
print ("copyblockcnt=", *copyblockcnt\D, "\n");
|
||||||
print ("consumecnt=", *consumecnt\D, "\n");
|
print ("consumecnt=", *consumecnt\D, "\n");
|
||||||
print ("producecnt=", *producecnt\D, "\n");
|
print ("producecnt=", *producecnt\D, "\n");
|
||||||
print ("qcopycnt=", *qcopycnt\D, "\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// dump channels
|
// dump channels
|
||||||
|
|
|
@ -11,7 +11,6 @@ static ulong pullupblockcnt;
|
||||||
static ulong copyblockcnt;
|
static ulong copyblockcnt;
|
||||||
static ulong consumecnt;
|
static ulong consumecnt;
|
||||||
static ulong producecnt;
|
static ulong producecnt;
|
||||||
static ulong qcopycnt;
|
|
||||||
|
|
||||||
#define QDEBUG if(0)
|
#define QDEBUG if(0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue