aboutsummaryrefslogtreecommitdiff
path: root/src/event/ngx_event_posted.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/ngx_event_posted.c')
-rw-r--r--src/event/ngx_event_posted.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event_posted.c b/src/event/ngx_event_posted.c
index a99a434cb..8050c326f 100644
--- a/src/event/ngx_event_posted.c
+++ b/src/event/ngx_event_posted.c
@@ -43,10 +43,10 @@ void ngx_event_process_posted(ngx_cycle_t *cycle)
void ngx_wakeup_worker_thread(ngx_cycle_t *cycle)
{
ngx_int_t i;
+#if 0
ngx_uint_t busy;
ngx_event_t *ev;
-#if 0
busy = 1;
if (ngx_mutex_lock(ngx_posted_events_mutex) == NGX_ERROR) {