From f107910a9ef3b7de8752fc4e9e34cb69c1924a09 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 23 Oct 2003 06:13:16 +0000 Subject: nginx-0.0.1-2003-10-23-10:13:16 import --- src/http/modules/proxy/ngx_http_proxy_handler.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.c') diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.c b/src/http/modules/proxy/ngx_http_proxy_handler.c index dda8e9b2c..888c912f8 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.c +++ b/src/http/modules/proxy/ngx_http_proxy_handler.c @@ -1200,7 +1200,6 @@ static size_t ngx_http_proxy_log_error(void *data, char *buf, size_t len) static void *ngx_http_proxy_create_loc_conf(ngx_conf_t *cf) { - int i; ngx_http_proxy_loc_conf_t *conf; ngx_test_null(conf, -- cgit