* fhandler.cc (readv): Remove nonsensical assert.

This commit is contained in:
Christopher Faylor 2006-05-24 03:43:54 +00:00
parent 12a7d844b9
commit 8b08133112
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-05-23 Lev Bishop <lev.bishop+cygwin@gmail.com>
* fhandler.cc (readv): Remove nonsensical assert.
2006-05-23 Christopher Faylor <cgf@timesys.com>
* select.cc (start_thread_socket): Delay setting thread local exitsock

View File

@ -966,8 +966,6 @@ fhandler_base::readv (const struct iovec *const iov, const int iovcnt,
while (iovptr != iov);
}
assert (tot >= 0);
if (!len)
return 0;