diff --git a/src/unix/pipe.c b/src/unix/pipe.c index 05d37f46..d4fdfa9d 100644 --- a/src/unix/pipe.c +++ b/src/unix/pipe.c @@ -200,9 +200,6 @@ out: if (err) uv__io_feed(handle->loop, &handle->io_watcher); - /* Mimic the Windows pipe implementation, always - * return 0 and let the callback handle errors. - */ }