From fc5a10aedcdd8cf261ecc164941562bc52fe415d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 9 Mar 2004 19:47:07 +0000 Subject: nginx-0.0.2-2004-03-09-22:47:07 import --- src/http/ngx_http_log_handler.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/http/ngx_http_log_handler.c') diff --git a/src/http/ngx_http_log_handler.c b/src/http/ngx_http_log_handler.c index b34bd1bf2..f2ac5a33b 100644 --- a/src/http/ngx_http_log_handler.c +++ b/src/http/ngx_http_log_handler.c @@ -95,9 +95,6 @@ ngx_module_t ngx_http_log_module = { static ngx_str_t http_access_log = ngx_string("access.log"); -static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", - "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }; - static ngx_str_t ngx_http_combined_fmt = ngx_string("%addr - - [%time] \"%request\" %status %apache_length " "\"%{Referer}i\" \"%{User-Agent}i\""); -- cgit