From b36e5a7952110e0334fed08547ca5bbf62b1d867 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 1 Jun 2010 20:23:14 +0000 Subject: delete unneeded declaration --- src/http/modules/ngx_http_uwsgi_module.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/http') diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index c45606eb7..2531ef47c 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c @@ -87,9 +87,6 @@ static ngx_conf_bitmask_t ngx_http_uwsgi_ignore_headers_masks[] = { }; -ngx_module_t ngx_http_uwsgi_module; - - static ngx_command_t ngx_http_uwsgi_commands[] = { { ngx_string("uwsgi_pass"), -- cgit