diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-06-01 20:23:14 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-01 20:23:14 +0000 |
commit | b36e5a7952110e0334fed08547ca5bbf62b1d867 (patch) | |
tree | 7fd5075a672f7136cc306b0b0b46aef0e1840be4 /src/http/modules/ngx_http_uwsgi_module.c | |
parent | 4ddb52551c9dc510e947a074ff69224db0141620 (diff) | |
download | nginx-b36e5a7952110e0334fed08547ca5bbf62b1d867.tar.gz nginx-b36e5a7952110e0334fed08547ca5bbf62b1d867.zip |
delete unneeded declaration
Diffstat (limited to 'src/http/modules/ngx_http_uwsgi_module.c')
-rw-r--r-- | src/http/modules/ngx_http_uwsgi_module.c | 3 |
1 files changed, 0 insertions, 3 deletions
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"), |