aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_process_cycle.c
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2014-08-25 13:34:39 +0400
committerValentin Bartenev <vbart@nginx.com>2014-08-25 13:34:39 +0400
commit246152c864a7136cc81abe6d2c5926288748d65c (patch)
tree9a95e82f5e137b9591cc1024becae02d9ce0b913 /src/os/unix/ngx_process_cycle.c
parent2d16e3c3a1f56b0a424a1052bfc82737f5208db3 (diff)
downloadnginx-246152c864a7136cc81abe6d2c5926288748d65c.tar.gz
nginx-246152c864a7136cc81abe6d2c5926288748d65c.zip
Events: removed broken thread support from event timers.
It's mostly dead code. And the idea of thread support for this task has been deprecated.
Diffstat (limited to 'src/os/unix/ngx_process_cycle.c')
-rw-r--r--src/os/unix/ngx_process_cycle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/unix/ngx_process_cycle.c b/src/os/unix/ngx_process_cycle.c
index 6c84ba8bd..196394488 100644
--- a/src/os/unix/ngx_process_cycle.c
+++ b/src/os/unix/ngx_process_cycle.c
@@ -1213,7 +1213,6 @@ ngx_wakeup_worker_threads(ngx_cycle_t *cycle)
/* STUB */
ngx_done_events(cycle);
- ngx_mutex_destroy(ngx_event_timer_mutex);
return;
}