diff src/os/unix/ngx_socket.h @ 58:6b13b1cadabe

nginx-0.0.1-2003-01-30-21:21:39 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Jan 2003 18:21:39 +0000
parents f323b4f74e4a
children e8cdc2989cee
line wrap: on
line diff
--- a/src/os/unix/ngx_socket.h
+++ b/src/os/unix/ngx_socket.h
@@ -8,8 +8,6 @@
 
 typedef int  ngx_socket_t;
 
-#define ngx_init_sockets
-
 #define ngx_socket(af, type, proto, flags)   socket(af, type, proto)
 #define ngx_socket_n        "socket()"