diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-02-15 13:57:55 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-02-15 13:57:55 +0000 |
commit | 0f2e924428f0b1ebb6b1e55359d090bc18f91e5a (patch) | |
tree | 7776664231aa9afab6d5d732441f1c55f0a2f8ce /src | |
parent | ce30765975c2fce3fdb0a855519775f2d35cabec (diff) | |
download | nginx-0f2e924428f0b1ebb6b1e55359d090bc18f91e5a.tar.gz nginx-0f2e924428f0b1ebb6b1e55359d090bc18f91e5a.zip |
delete unneeded dXSTARG
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/perl/nginx.xs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index c665446e5..f3948e270 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -933,7 +933,6 @@ void sleep(r, sleep, next) CODE: - dXSTARG; ngx_http_request_t *r; ngx_http_perl_ctx_t *ctx; |