(io_output): Remove a redundant check.
This commit is contained in:
parent
681a803ef6
commit
57332088a5
1 changed files with 0 additions and 4 deletions
|
@ -215,10 +215,6 @@ io_output(struct iop *iop, int waitforoutput)
|
||||||
if (iop->flags & IO_ERROR)
|
if (iop->flags & IO_ERROR)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
/* This is the same test as io_outputwaiting.... */
|
|
||||||
if (ioq_qsize(iop->output) == 0)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
#if !defined(_WIN32)
|
#if !defined(_WIN32)
|
||||||
/* make the iov point to the data in the queue. */
|
/* make the iov point to the data in the queue. */
|
||||||
/* I.E., each of the elements in the queue. */
|
/* I.E., each of the elements in the queue. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue