changeset 3554:36b3c1b21544

delete unneeded declaration
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 20:23:14 +0000
parents b4a60663f6c0
children bc734cf061b0
files src/http/modules/ngx_http_uwsgi_module.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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"),