[nginx] Removed unused ngx_http_get_time() declaration.
Maxim Dounin
mdounin at mdounin.ru
Thu Jun 11 18:56:42 UTC 2015
details: http://hg.nginx.org/nginx/rev/c61210e2e081
branches:
changeset: 6179:c61210e2e081
user: Maxim Dounin <mdounin at mdounin.ru>
date: Thu Jun 11 20:42:24 2015 +0300
description:
Removed unused ngx_http_get_time() declaration.
diffstat:
src/http/ngx_http.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
--- 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);
More information about the nginx-devel
mailing list