]> git.kaiwu.me - nginx.git/commitdiff
Removed unused ngx_http_get_time() declaration.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 11 Jun 2015 17:42:24 +0000 (20:42 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 11 Jun 2015 17:42:24 +0000 (20:42 +0300)
src/http/ngx_http.h

index b1e5fae6ad13668d4516b9cfeae12406a2c5644c..328f49e941f29edac3cdaf20f2ab38891cc0c823 100644 (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);