changeset 1732:6795ed69e472 stable-0.5

r1667 merge: delete unneeded declaration
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 21:08:20 +0000
parents 9e04d3259096
children 7b074520602f
files src/http/ngx_http.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -113,9 +113,4 @@ extern ngx_http_output_header_filter_pt 
 extern ngx_http_output_body_filter_pt    ngx_http_top_body_filter;
 
 
-/* STUB */
-ngx_int_t ngx_http_log_handler(ngx_http_request_t *r);
-/**/
-
-
 #endif /* _NGX_HTTP_H_INCLUDED_ */