]> granicus.if.org Git - php/commitdiff
Removed dead code.
authorStefan Marr <gron@php.net>
Mon, 20 Dec 2010 08:49:59 +0000 (08:49 +0000)
committerStefan Marr <gron@php.net>
Mon, 20 Dec 2010 08:49:59 +0000 (08:49 +0000)
# should not have been commited in the first place.

Zend/zend_compile.c

index 76f84726bb6123b2d87233956e2445fc07477347..4dcb27711dc00de9673ea38efc2c41a54b0cc125 100644 (file)
@@ -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;