summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2011-01-11 02:15:58 +0000
committerroot <root>2011-01-11 02:15:58 +0000
commit4734cf4db2f0ef5bf97287e2d8223ea8d8e430a0 (patch)
treea3e6228c86cf4a1c1e85ad2ee582adfb6c857aea /ev.c
parent4377ea7c72a7ff2a1b653ecf829adfd30648851f (diff)
*** empty log message ***
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;