diff src/os/unix/ngx_process_cycle.c @ 5894:1f513d7f1b45

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.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 25 Aug 2014 13:34:39 +0400
parents 3377f9459e99
children 3efdd7788bb0
line wrap: on
line diff
--- 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 *c
 
             /* STUB */
             ngx_done_events(cycle);
-            ngx_mutex_destroy(ngx_event_timer_mutex);
 
             return;
         }