Skip to content

Commit 7d7fddc

Browse files
committed
Fix gcc10 compilation error: redefinitions
1 parent 76ce4e5 commit 7d7fddc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ngx_http_reqstat_module.c

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ typedef struct {
1111
static ngx_http_input_body_filter_pt ngx_http_next_input_body_filter;
1212
static ngx_http_output_body_filter_pt ngx_http_next_output_body_filter;
1313

14-
ngx_int_t (*ngx_http_top_header_filter) (ngx_http_request_t *r);
15-
ngx_int_t (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch);
16-
1714
ngx_int_t (*ngx_http_top_input_body_filter) (ngx_http_request_t *r,
1815
ngx_buf_t *buf);
1916

0 commit comments

Comments
 (0)