delete never used ngx_ssl_set_nosendshut()

This commit is contained in:
Igor Sysoev 2009-05-04 19:51:32 +00:00
parent 6efa56fe7f
commit a8da6c2ae6

View 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);