changeset 2800:f75cd920eaa5

delete never used ngx_ssl_set_nosendshut()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 May 2009 19:51:32 +0000
parents 8b54548fef6e
children bceaaf5b055e
files src/core/ngx_connection.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -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);