Skip to content

Commit 1e1c31a

Browse files
committed
refactor: removed the useless C global variable ngx_http_srcache_used.
1 parent d0c7ff5 commit 1e1c31a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ngx_http_srcache_filter_module.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
#include "ngx_http_srcache_headers.h"
1919

2020

21-
unsigned ngx_http_srcache_used;
22-
23-
2421
static void *ngx_http_srcache_create_loc_conf(ngx_conf_t *cf);
2522
static char *ngx_http_srcache_merge_loc_conf(ngx_conf_t *cf, void *parent,
2623
void *child);

0 commit comments

Comments
 (0)