From: Maxim Dounin Date: Thu, 11 Jun 2015 17:42:24 +0000 (+0300) Subject: Removed unused ngx_http_get_time() declaration. X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=dd41bfd47a139a3fb4307f16faab7cdcbd8b1041;p=nginx.git Removed unused ngx_http_get_time() declaration. --- diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index b1e5fae6a..328f49e94 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -149,8 +149,6 @@ void ngx_http_clean_header(ngx_http_request_t *r); time_t ngx_http_parse_time(u_char *value, size_t len); -size_t ngx_http_get_time(char *buf, time_t t); - ngx_int_t ngx_http_discard_request_body(ngx_http_request_t *r);