delete unneeded variable
Igor Sysoev
13 years ago
469 | 469 |
|
470 | 470 |
ngx_str_t *value;
|
471 | 471 |
ngx_uint_t n;
|
472 | |
ngx_http_core_loc_conf_t *clcf;
|
473 | 472 |
ngx_http_script_compile_t sc;
|
474 | |
|
475 | |
clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module);
|
476 | 473 |
|
477 | 474 |
if (alcf->user_file.data) {
|
478 | 475 |
return "is duplicate";
|