mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Nuke unused variables
This commit is contained in:
parent
88ca8e7279
commit
1ceaa1de72
@ -138,11 +138,13 @@ static zend_bool should_overwrite_per_dir_entry(HashTable *target_ht, php_dir_en
|
||||
void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf)
|
||||
{
|
||||
php_conf_rec *d = base_conf, *e = new_conf, *n = NULL;
|
||||
#if STAS_0
|
||||
php_dir_entry *pe;
|
||||
php_dir_entry *data;
|
||||
char *str;
|
||||
uint str_len;
|
||||
ulong num_index;
|
||||
#endif
|
||||
|
||||
n = create_php_config(p, "merge_php_config");
|
||||
/* copy old config */
|
||||
|
Loading…
Reference in New Issue
Block a user