diff options
author | Ruslan Ermilov <ru@nginx.com> | 2013-03-21 16:06:13 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2013-03-21 16:06:13 +0000 |
commit | 0ce62130cb00b6f886cb2da67ba54789a90cf375 (patch) | |
tree | d7496395d86571cd3563f127d6e0016bc66c420e /src/http/ngx_http_variables.h | |
parent | d1c285e297bc513cd6204b04e6776385074cf4e0 (diff) | |
download | nginx-0ce62130cb00b6f886cb2da67ba54789a90cf375.tar.gz nginx-0ce62130cb00b6f886cb2da67ba54789a90cf375.zip |
Removed unused ngx_http_clear_variable() macro.
Diffstat (limited to 'src/http/ngx_http_variables.h')
-rw-r--r-- | src/http/ngx_http_variables.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http_variables.h b/src/http/ngx_http_variables.h index d2bb4db88..829fab31e 100644 --- a/src/http/ngx_http_variables.h +++ b/src/http/ngx_http_variables.h @@ -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 { |