]> granicus.if.org Git - php/commitdiff
Block unused function
authorIlia Alshanetsky <iliaa@php.net>
Thu, 2 Apr 2009 21:30:09 +0000 (21:30 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 2 Apr 2009 21:30:09 +0000 (21:30 +0000)
ext/reflection/php_reflection.c

index 37b00f96f557c6b1e428163d7e23b8f199ff357f..75c9fc90a59c1890705f4d02617b405a4eb9da75 100644 (file)
@@ -218,6 +218,7 @@ static void _default_get_entry(zval *object, char *name, int name_len, zval *ret
        INIT_PZVAL(return_value);
 }
 
+#ifdef ilia_0
 static void _default_lookup_entry(zval *object, char *name, int name_len, zval **return_value TSRMLS_DC) /* {{{ */
 {
        zval **value;
@@ -229,6 +230,7 @@ static void _default_lookup_entry(zval *object, char *name, int name_len, zval *
        }
 }
 /* }}} */
+#endif
 
 static void reflection_register_implement(zend_class_entry *class_entry, zend_class_entry *interface_entry TSRMLS_DC)
 {