]> git.kaiwu.me - nginx.git/commitdiff
delete never used ngx_ssl_set_nosendshut()
authorIgor Sysoev <igor@sysoev.ru>
Mon, 4 May 2009 19:51:32 +0000 (19:51 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 4 May 2009 19:51:32 +0000 (19:51 +0000)
src/core/ngx_connection.h

index 33c7f5b922e615eb8581e36f63f24821c48611d3..10799ef12be64c0cc084ffc6bda53ccb00a07fda 100644 (file)
@@ -163,11 +163,6 @@ struct ngx_connection_s {
 };
 
 
-#ifndef ngx_ssl_set_nosendshut
-#define ngx_ssl_set_nosendshut(ssl)
-#endif
-
-
 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle);
 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle);
 void ngx_configure_listening_socket(ngx_cycle_t *cycle);