mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 22:09:01 +08:00
Removed unused ngx_http_clear_variable() macro.
This commit is contained in:
parent
d1c285e297
commit
0ce62130cb
@ -57,9 +57,6 @@ ngx_int_t ngx_http_variable_unknown_header(ngx_http_variable_value_t *v,
|
||||
ngx_str_t *var, ngx_list_part_t *part, size_t prefix);
|
||||
|
||||
|
||||
#define ngx_http_clear_variable(r, index) r->variables0[index].text.data = NULL;
|
||||
|
||||
|
||||
#if (NGX_PCRE)
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user