| commit | a427e12619303f5156209462ab3b264facbb199c | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Wed Nov 28 10:14:04 2007 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Wed Nov 28 10:14:04 2007 +0000 |
| tree | 97bed9a6b6ea9bef8b475a3ad6f6ed51ba90f652 | |
| parent | 743760ea35a913efb89287b9f1cb29d38d5ca74b [diff] |
delete unneeded declaration
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 93c140f..d6eb263 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -114,9 +114,4 @@ 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_ */