From babd64e344331ec4751dcb191eb4e847e3b36a4a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 20 Mar 2015 06:45:32 +0300 Subject: Removed busy locks. --- src/os/unix/ngx_thread.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/os/unix/ngx_thread.h') 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_ */ -- cgit v1.2.3