changeset 6179:c61210e2e081

Removed unused ngx_http_get_time() declaration.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Jun 2015 20:42:24 +0300
parents c041f1e0655f
children 8b6fa4842133
files src/http/ngx_http.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -149,8 +149,6 @@ void ngx_http_clean_header(ngx_http_requ
 
 
 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);