summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_event_conn.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-01-31 22:26:50 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-01-31 22:26:50 +0300
commit18281ee37eaa9409a6af0aeb3c1926bba36cba0f (patch)
tree02c6421f40c6fe0b0a966e3f1e355da0a9b0fe4c /src/nxt_event_conn.h
parentbb87fa11ca65d1263a32f86d51d1daa89dc11544 (diff)
downloadunit-18281ee37eaa9409a6af0aeb3c1926bba36cba0f.tar.gz
unit-18281ee37eaa9409a6af0aeb3c1926bba36cba0f.tar.bz2
Event engine timers refactoring.
Diffstat (limited to '')
-rw-r--r--src/nxt_event_conn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_event_conn.h b/src/nxt_event_conn.h
index 4f8bf728..fdb41549 100644
--- a/src/nxt_event_conn.h
+++ b/src/nxt_event_conn.h
@@ -206,7 +206,6 @@ nxt_event_conn_timer_init(ev, c, wq) \
(ev)->work_queue = (wq); \
(ev)->log = &(c)->log; \
(ev)->precision = NXT_TIMER_DEFAULT_PRECISION; \
- nxt_timer_ident((ev), (c)->socket.fd); \
} while (0)