Removed unused ngx_http_get_time() declaration.

This commit is contained in:
Maxim Dounin 2015-06-11 20:42:24 +03:00
parent 93874766db
commit dd41bfd47a

View File

@ -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);