* 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

@@ -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;