From: Igor Sysoev Date: Tue, 1 Jun 2010 20:23:14 +0000 (+0000) Subject: delete unneeded declaration X-Git-Tag: release-0.8.40~18 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=b36e5a7952110e0334fed08547ca5bbf62b1d867;p=nginx.git delete unneeded declaration --- 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"),