summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ev.c b/ev.c
index c7e5077..1a8b319 100644
--- a/ev.c
+++ b/ev.c
@@ -2113,9 +2113,6 @@ ev_invoke_pending (EV_P)
{
ANPENDING *p = pendings [pri] + --pendingcnt [pri];
- /*assert (("libev: non-pending watcher on pending list", p->w->pending));*/
- /* ^ this is no longer true, as pending_w could be here */
-
p->w->pending = 0;
EV_CB_INVOKE (p->w, p->events);
EV_FREQUENT_CHECK;