diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-16 17:11:43 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-16 17:11:43 +0000 |
commit | f38e046a0a2e7437f8232ef2a99cead69c4b9ebb (patch) | |
tree | 5d9a68d757f7994506cdb497ce43d4ddd63c7eaa /src/http/ngx_http_core_module.h | |
parent | 0ad253766fb8d62f257c446410a632a596ac5783 (diff) | |
download | nginx-f38e046a0a2e7437f8232ef2a99cead69c4b9ebb.tar.gz nginx-f38e046a0a2e7437f8232ef2a99cead69c4b9ebb.zip |
nginx-0.0.7-2004-07-16-21:11:43 import
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 98e020b1f..b71979b57 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -47,9 +47,6 @@ typedef struct { typedef struct { - ngx_recv_pt recv; - ngx_send_chain_pt send_chain; - /* * array of ngx_http_core_loc_conf_t, used in the translation handler * and in the merge phase |