commit | 0ce62130cb00b6f886cb2da67ba54789a90cf375 | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Thu Mar 21 16:06:13 2013 +0000 |
committer | Ruslan Ermilov <ru@nginx.com> | Thu Mar 21 16:06:13 2013 +0000 |
tree | d7496395d86571cd3563f127d6e0016bc66c420e | |
parent | d1c285e297bc513cd6204b04e6776385074cf4e0 [diff] |
Removed unused ngx_http_clear_variable() macro.
diff --git a/src/http/ngx_http_variables.h b/src/http/ngx_http_variables.h index d2bb4db..829fab3 100644 --- a/src/http/ngx_http_variables.h +++ b/src/http/ngx_http_variables.h
@@ -57,9 +57,6 @@ 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 {