diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-01-31 22:26:50 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-01-31 22:26:50 +0300 |
commit | 18281ee37eaa9409a6af0aeb3c1926bba36cba0f (patch) | |
tree | 02c6421f40c6fe0b0a966e3f1e355da0a9b0fe4c /src/nxt_master_process.c | |
parent | bb87fa11ca65d1263a32f86d51d1daa89dc11544 (diff) | |
download | unit-18281ee37eaa9409a6af0aeb3c1926bba36cba0f.tar.gz unit-18281ee37eaa9409a6af0aeb3c1926bba36cba0f.tar.bz2 |
Event engine timers refactoring.
Diffstat (limited to 'src/nxt_master_process.c')
-rw-r--r-- | src/nxt_master_process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_master_process.c b/src/nxt_master_process.c index 013c4d39..60e231ab 100644 --- a/src/nxt_master_process.c +++ b/src/nxt_master_process.c @@ -226,7 +226,6 @@ nxt_master_process_new_cycle(nxt_task_t *task, nxt_cycle_t *cycle) */ cycle->timer.handler = nxt_master_stop_previous_worker_processes; cycle->timer.log = &nxt_main_log; - nxt_timer_ident(&cycle->timer, -1); cycle->timer.work_queue = &thr->engine->fast_work_queue; |