diff src/os/unix/ngx_thread.h @ 6032:ac7c7241ed8c

Removed busy locks.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Mar 2015 06:45:32 +0300
parents e284f3ff6831
children d230c797b168
line wrap: on
line diff
--- 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_ */