Browse Source

deps: remove libuv sanity check

Remove reference count check. Unbreaks test suite. This needs to be addressed.
v0.9.1-release
Ben Noordhuis 13 years ago
parent
commit
75c6255d16
  1. 1
      deps/uv/src/unix/ev/ev.c

1
deps/uv/src/unix/ev/ev.c

@ -2554,7 +2554,6 @@ void
ev_unref (EV_P)
{
--activecnt;
if (activecnt < 0) abort();
}
void

Loading…
Cancel
Save