Nuke unused variables

This commit is contained in:
Hannes Magnusson 2008-12-31 14:45:14 +00:00
parent 88ca8e7279
commit 1ceaa1de72

View file

@ -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) 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; php_conf_rec *d = base_conf, *e = new_conf, *n = NULL;
#if STAS_0
php_dir_entry *pe; php_dir_entry *pe;
php_dir_entry *data; php_dir_entry *data;
char *str; char *str;
uint str_len; uint str_len;
ulong num_index; ulong num_index;
#endif
n = create_php_config(p, "merge_php_config"); n = create_php_config(p, "merge_php_config");
/* copy old config */ /* copy old config */