kernel: remove unused qstate() function
This commit is contained in:
parent
dcb5f4212b
commit
145624eec2
1 changed files with 0 additions and 6 deletions
|
@ -1564,9 +1564,3 @@ qfull(Queue *q)
|
|||
{
|
||||
return q->state & Qflow;
|
||||
}
|
||||
|
||||
int
|
||||
qstate(Queue *q)
|
||||
{
|
||||
return q->state;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue