From 57332088a5f83af9e0e1380fc6a76b07facd7b23 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 30 Aug 2005 18:27:49 +0000 Subject: [PATCH] (io_output): Remove a redundant check. --- src/lib/gen/io.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/gen/io.c b/src/lib/gen/io.c index bf77d0f27..6686bb0e8 100644 --- a/src/lib/gen/io.c +++ b/src/lib/gen/io.c @@ -215,10 +215,6 @@ io_output(struct iop *iop, int waitforoutput) if (iop->flags & IO_ERROR) return -1; - /* This is the same test as io_outputwaiting.... */ - if (ioq_qsize(iop->output) == 0) - return 0; - #if !defined(_WIN32) /* make the iov point to the data in the queue. */ /* I.E., each of the elements in the queue. */ -- 2.43.0