deps: remove libuv sanity check
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 30 Apr 2012 22:55:43 +0000 (00:55 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 30 Apr 2012 22:55:46 +0000 (00:55 +0200)
Remove reference count check. Unbreaks test suite. This needs to be addressed.

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

index a432bfb..b6e190f 100644 (file)
@@ -2554,7 +2554,6 @@ void
 ev_unref (EV_P)
 {
   --activecnt;
-  if (activecnt < 0) abort();
 }
 
 void