]> git.kaiwu.me - nginx.git/commitdiff
delete unneeded declaration
authorIgor Sysoev <igor@sysoev.ru>
Wed, 28 Nov 2007 10:14:04 +0000 (10:14 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 28 Nov 2007 10:14:04 +0000 (10:14 +0000)
src/http/ngx_http.h

index 93c140f0776c194af288a0bc7ea7c318061a86f6..d6eb263dd3ca408c66290ef1706dc81c8a4ef27b 100644 (file)
@@ -114,9 +114,4 @@ extern ngx_http_output_header_filter_pt  ngx_http_top_header_filter;
 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_ */