Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
deps: remove libuv sanity check
Browse files Browse the repository at this point in the history
Remove reference count check. Unbreaks test suite. This needs to be addressed.
  • Loading branch information
bnoordhuis committed Apr 30, 2012
1 parent 89e311b commit 75c6255
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/uv/src/unix/ev/ev.c
Expand Up @@ -2554,7 +2554,6 @@ void
ev_unref (EV_P)
{
--activecnt;
if (activecnt < 0) abort();
}

void
Expand Down

0 comments on commit 75c6255

Please sign in to comment.