aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_script.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-03-06 12:15:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-03-06 12:15:07 +0000
commit1d05de49a3ad775f640034ee6b136ca0000a1195 (patch)
tree9795f6204991bea3bb38442903b99d683ff52283 /src/http/ngx_http_script.h
parent4b97b33336e9a42092b127a5511f06d386b044b1 (diff)
downloadnginx-1d05de49a3ad775f640034ee6b136ca0000a1195.tar.gz
nginx-1d05de49a3ad775f640034ee6b136ca0000a1195.zip
now regex captures are per-request entities
Diffstat (limited to 'src/http/ngx_http_script.h')
-rw-r--r--src/http/ngx_http_script.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http_script.h b/src/http/ngx_http_script.h
index 37c8951f1..c55526cda 100644
--- a/src/http/ngx_http_script.h
+++ b/src/http/ngx_http_script.h
@@ -30,9 +30,6 @@ typedef struct {
unsigned is_args:1;
unsigned log:1;
- int *captures;
- ngx_uint_t ncaptures;
-
ngx_int_t status;
ngx_http_request_t *request;
} ngx_http_script_engine_t;