diff options
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index ebc0c4c14..1810daca0 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -129,7 +129,6 @@ struct ngx_connection_s { #endif struct sockaddr *local_sockaddr; - socklen_t local_socklen; ngx_buf_t *buffer; |