diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 21:08:20 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 21:08:20 +0000 |
| commit | cde7ea838b9853834c6ae0d9e84c7af57af38546 (patch) | |
| tree | 7b7813c7096d6e986cdf34355b1f405fd699301e /src | |
| parent | 03bb14b2a39cf36951b59c493df2d12cba354a00 (diff) | |
| download | nginx-cde7ea838b9853834c6ae0d9e84c7af57af38546.tar.gz nginx-cde7ea838b9853834c6ae0d9e84c7af57af38546.tar.bz2 | |
r1667 merge:
delete unneeded declaration
Diffstat (limited to 'src')
| -rw-r--r-- | src/http/ngx_http.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 42213a2ca..736d9c9fd 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -113,9 +113,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_ */ |
