remove wrong comment about wrong code

This commit is contained in:
Alexandre Ratchov 2012-10-27 15:02:44 +02:00
parent 42920b0c49
commit a26dd8e520
1 changed files with 0 additions and 1 deletions

View File

@ -269,7 +269,6 @@ sio_read(struct sio_hdl *hdl, void *buf, size_t len)
return 0;
}
while (todo > 0) {
/* XXX: this is wrong */
n = hdl->ops->read(hdl, data, todo);
if (n == 0) {
if (hdl->nbio || hdl->eof || todo < len)