Remove assert that is broken on darwin

This commit is contained in:
Ryan Dahl 2011-08-05 17:40:47 -07:00 committed by Igor Zinkovsky
parent 76338f794e
commit 4ca89308b6

View File

@ -2361,8 +2361,6 @@ int uv_spawn(uv_process_t* process, uv_process_options_t options) {
assert((status == 1)
&& "poll() on pipe read end failed");
assert((pfd.revents & POLLIN) == 0
&& "unexpected POLLIN on pipe read end");
assert((pfd.revents & POLLHUP) == POLLHUP
&& "no POLLHUP on pipe read end");