From 714e95d2e835d373bf4858adbc6e3ee309123c59 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 24 Mar 2007 16:28:45 +0000 Subject: [PATCH] - Drop double variable declaration --- ext/spl/spl_array.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index d6276612ef..8984e491d7 100755 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -497,7 +497,6 @@ static int spl_array_has_dimension_ex(int check_inherited, zval *object, zval *o index = Z_LVAL_P(offset); } if (check_empty) { - zval **tmp; HashTable *ht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); if (zend_hash_index_find(ht, index, (void **)&tmp) != FAILURE && zend_is_true(*tmp)) { return 1; -- 2.50.1