changeset 1666:695cb0bf4dc4

delete unneeded declaration
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Nov 2007 10:14:04 +0000
parents 3fba0f97580c
children e9bd042134cb
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
@@ -114,9 +114,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_ */