]> git.kaiwu.me - nginx.git/commitdiff
delete unneeded declaration
authorIgor Sysoev <igor@sysoev.ru>
Tue, 1 Jun 2010 20:23:14 +0000 (20:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 1 Jun 2010 20:23:14 +0000 (20:23 +0000)
src/http/modules/ngx_http_uwsgi_module.c

index c45606eb73fa8f043af7391dc8a69d323719f74f..2531ef47c8cd1277a28a0b0119188fe78756b9a2 100644 (file)
@@ -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"),