From d6ac811e5d1d2d6f483db0d3c0709ac683d5a261 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Mon, 20 Dec 2010 08:49:59 +0000 Subject: [PATCH] Removed dead code. # should not have been commited in the first place. --- Zend/zend_compile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 76f84726bb..4dcb27711d 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -3876,7 +3876,6 @@ static zend_class_entry* find_first_definition(zend_class_entry *ce, size_t curr static void zend_do_traits_property_binding(zend_class_entry *ce TSRMLS_DC) /* {{{ */ { - /* HashTable* resulting_table; */ size_t i; zend_property_info *property_info; zend_property_info *coliding_prop; -- 2.50.1