Removed unused ngx_http_clear_variable() macro.

This commit is contained in:
Ruslan Ermilov 2013-03-21 16:06:13 +00:00
parent d1c285e297
commit 0ce62130cb

View File

@ -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 {