(ioq_init): Initializing num_teles[] here is unmodular. Remove, as
default initialization is fine.
This commit is contained in:
parent
dd4a175532
commit
e2f3f6839e
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ ioq_init(struct ioqueue *ioq, int bsize)
|
||||||
initque(&ioq->queue);
|
initque(&ioq->queue);
|
||||||
ioq->cc = 0;
|
ioq->cc = 0;
|
||||||
ioq->bsize = bsize;
|
ioq->bsize = bsize;
|
||||||
*num_teles = '\0';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue