mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 02:09:04 +08:00
Removed unused prototype of ngx_http_find_server_conf().
This function prototype and its implementation was added in r90, but the implementation was removed in r97.
This commit is contained in:
parent
b8cba361f7
commit
f1b6e47b74
@ -104,7 +104,6 @@ ngx_int_t ngx_http_parse_chunked(ngx_http_request_t *r, ngx_buf_t *b,
|
||||
ngx_http_chunked_t *ctx);
|
||||
|
||||
|
||||
ngx_int_t ngx_http_find_server_conf(ngx_http_request_t *r);
|
||||
void ngx_http_update_location_config(ngx_http_request_t *r);
|
||||
void ngx_http_handler(ngx_http_request_t *r);
|
||||
void ngx_http_run_posted_requests(ngx_connection_t *c);
|
||||
|
Loading…
Reference in New Issue
Block a user