unix: remove bogus uv__write() comment

This commit is contained in:
Ben Noordhuis 2013-01-02 17:15:52 +01:00
parent 546387fc47
commit 0b3ab72579

View File

@ -683,9 +683,6 @@ static void uv__write_req_finish(uv_write_t* req) {
}
/* On success returns NULL. On error returns a pointer to the write request
* which had the error.
*/
static void uv__write(uv_stream_t* stream) {
uv_write_t* req;
struct iovec* iov;