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	Wed Jun 10 19:18:20 2015 +0300
+++ b/src/http/ngx_http.h	Thu Jun 11 20:42:24 2015 +0300
@@ -149,8 +149,6 @@
 
 
 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);