unix: remove abort() in ev_unref()

This commit is contained in:
Ben Noordhuis 2012-05-11 01:54:17 +02:00
parent bc4126bfaa
commit aeb580ddb9

View File

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