Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
unix: remove abort() in ev_unref()
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed May 24, 2012
1 parent bc4126b commit aeb580d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 aeb580d

Please sign in to comment.