diff options
Diffstat (limited to 'src/os/unix/ngx_thread.h')
-rw-r--r-- | src/os/unix/ngx_thread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os/unix/ngx_thread.h b/src/os/unix/ngx_thread.h index 87729dddc..1b52dd7fb 100644 --- a/src/os/unix/ngx_thread.h +++ b/src/os/unix/ngx_thread.h @@ -67,8 +67,5 @@ ngx_tid_t ngx_thread_tid(void); #endif -#define ngx_mutex_lock(m) -#define ngx_mutex_unlock(m) - #endif /* _NGX_THREAD_H_INCLUDED_ */ |