[nginx] svn commit: r5109 - trunk/src/http

vbart at nginx.com vbart at nginx.com
Mon Mar 11 14:44:56 UTC 2013


Author: vbart
Date: 2013-03-11 14:44:56 +0000 (Mon, 11 Mar 2013)
New Revision: 5109
URL: http://trac.nginx.org/nginx/changeset/5109/nginx

Log:
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.


Modified:
   trunk/src/http/ngx_http.h

Modified: trunk/src/http/ngx_http.h
===================================================================
--- trunk/src/http/ngx_http.h	2013-03-11 11:19:58 UTC (rev 5108)
+++ trunk/src/http/ngx_http.h	2013-03-11 14:44:56 UTC (rev 5109)
@@ -104,7 +104,6 @@
     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);



More information about the nginx-devel mailing list