mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Nuke unused variables
This commit is contained in:
parent
88ca8e7279
commit
1ceaa1de72
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue