summaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2013-03-11 14:44:56 +0000
committerValentin Bartenev <vbart@nginx.com>2013-03-11 14:44:56 +0000
commitf1b6e47b743f378dc5a619ea9b116cfc35ff480d (patch)
tree356785a7ccb8be459d7af08af43dd5104a77b6f5 /src/http/ngx_http.h
parentb8cba361f7547310d574d82aecce5fe52ff43279 (diff)
downloadnginx-f1b6e47b743f378dc5a619ea9b116cfc35ff480d.tar.gz
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.
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index bf70c16a8..c264f1634 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -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);