aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_parse.h')
-rw-r--r--src/core/ngx_parse.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/ngx_parse.h b/src/core/ngx_parse.h
index 0c8114fb6..ec093b5a2 100644
--- a/src/core/ngx_parse.h
+++ b/src/core/ngx_parse.h
@@ -13,9 +13,6 @@
#include <ngx_core.h>
-#define NGX_PARSE_LARGE_TIME -2
-
-
ssize_t ngx_parse_size(ngx_str_t *line);
off_t ngx_parse_offset(ngx_str_t *line);
ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_uint_t is_sec);