From dc479b4d98d5b65b78689c5282a31c70efadd928 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 20 Mar 2003 16:09:44 +0000 Subject: nginx-0.0.1-2003-03-20-19:09:44 import --- src/http/modules/ngx_http_static_handler.c | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'src/http/modules/ngx_http_static_handler.c') diff --git a/src/http/modules/ngx_http_static_handler.c b/src/http/modules/ngx_http_static_handler.c index 7b494ee7d..c8a014164 100644 --- a/src/http/modules/ngx_http_static_handler.c +++ b/src/http/modules/ngx_http_static_handler.c @@ -5,23 +5,11 @@ #include #include #include +#include #include -ngx_http_module_t ngx_http_static_module; - -#if 0 -/* STUB */ -static ngx_http_static_ctx_t module_ctx; - -void ngx_http_static_init() -{ - module_ctx.out = NULL; - - ngx_http_static_module.ctx = &module_ctx; -} -/* */ -#endif +ngx_http_module_t ngx_http_static_module; int ngx_http_static_handler(ngx_http_request_t *r) -- cgit