diff options
author | Ruslan Ermilov <ru@nginx.com> | 2015-03-20 06:45:32 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-20 06:45:32 +0300 |
commit | babd64e344331ec4751dcb191eb4e847e3b36a4a (patch) | |
tree | 2cca995413d2fd21804f4b1c4b7ff2fb231c0887 /src/os/unix/ngx_thread.h | |
parent | f8d10849adcac3cbae03aa520660e7b80433bb7a (diff) | |
download | nginx-babd64e344331ec4751dcb191eb4e847e3b36a4a.tar.gz nginx-babd64e344331ec4751dcb191eb4e847e3b36a4a.zip |
Removed busy locks.
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_ */ |