Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-12-17 05:40:23 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-12-17 05:41:13 +0300
commitd0beac70f4d494c4c481281d6c8f672deae9a5d8 (patch)
treeb17cd3a193e040357ef7bec583a183c900c5a3cc /deps
parente530507cb1f7b3cc41e86fd1141c760055f9f890 (diff)
Revert "Simplify next tick logic by looping around ev_loop"
This reverts commit 241ea7e5954e4a049af85cd8d51b84202cf0ea3a. Fixes GH-511: https://github.com/ry/node/issues/issue/511
Diffstat (limited to 'deps')
-rw-r--r--deps/libev/ev.c6
-rw-r--r--deps/libev/ev.h1
2 files changed, 0 insertions, 7 deletions
diff --git a/deps/libev/ev.c b/deps/libev/ev.c
index 59b5e23306c..168f93b7d1f 100644
--- a/deps/libev/ev.c
+++ b/deps/libev/ev.c
@@ -2469,12 +2469,6 @@ ev_unref (EV_P)
--activecnt;
}
-int
-ev_activecnt (EV_P)
-{
- return activecnt;
-}
-
void
ev_now_update (EV_P)
{
diff --git a/deps/libev/ev.h b/deps/libev/ev.h
index 45a53acd345..96e735871a7 100644
--- a/deps/libev/ev.h
+++ b/deps/libev/ev.h
@@ -603,7 +603,6 @@ void ev_break (EV_P_ int how); /* set to 1 to break out of event loop, set to 2
*/
void ev_ref (EV_P);
void ev_unref (EV_P);
-int ev_activecnt (EV_P);
/*
* convenience function, wait for a single event, without registering an event watcher