diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-05-04 19:51:32 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-04 19:51:32 +0000 |
commit | a8da6c2ae64f26cf02b488b86489beaec6fdd064 (patch) | |
tree | e9c24d8f69f51aafacd3452dcf3671b686fe75e8 /src | |
parent | 6efa56fe7f38cb92ca8e57a32e80c47055dd4fe6 (diff) | |
download | nginx-a8da6c2ae64f26cf02b488b86489beaec6fdd064.tar.gz nginx-a8da6c2ae64f26cf02b488b86489beaec6fdd064.zip |
delete never used ngx_ssl_set_nosendshut()
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ngx_connection.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 33c7f5b92..10799ef12 100644 --- 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); |