diff options
Diffstat (limited to 'src/nxt_event_conn.h')
-rw-r--r-- | src/nxt_event_conn.h | 1 |
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) |