diff options
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 778744d71..a7cd51d53 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -66,9 +66,6 @@ struct ngx_http_chunked_s { ngx_uint_t state; off_t size; off_t length; -#if (NGX_HTTP_V3) - void *h3_parse; -#endif }; |