]> git.kaiwu.me - nginx.git/commitdiff
Removed unused prototype of ngx_http_find_server_conf().
authorValentin Bartenev <vbart@nginx.com>
Mon, 11 Mar 2013 14:44:56 +0000 (14:44 +0000)
committerValentin Bartenev <vbart@nginx.com>
Mon, 11 Mar 2013 14:44:56 +0000 (14:44 +0000)
This function prototype and its implementation was added in r90,
but the implementation was removed in r97.

src/http/ngx_http.h

index bf70c16a843518a1346cb67152503e1f9682df89..c264f1634150c8e1067d0494e341bb594d7b3747 100644 (file)
@@ -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);