diff options
Diffstat (limited to '')
| -rw-r--r-- | src/os/unix/ngx_thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/unix/ngx_thread.h b/src/os/unix/ngx_thread.h index ac7cfad43..e630b356e 100644 --- a/src/os/unix/ngx_thread.h +++ b/src/os/unix/ngx_thread.h @@ -53,7 +53,6 @@ typedef struct { typedef struct { pthread_cond_t cond; - ngx_tid_t tid; ngx_log_t *log; } ngx_cond_t; |
