# HG changeset patch # User Igor Sysoev # Date 1275423794 0 # Node ID 36b3c1b21544940bc9a68f32c38ee9572743c989 # Parent b4a60663f6c0b74a103f3eef1dd567488d062cbe delete unneeded declaration diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c --- 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 }; -ngx_module_t ngx_http_uwsgi_module; - - static ngx_command_t ngx_http_uwsgi_commands[] = { { ngx_string("uwsgi_pass"),