From: Ilia Alshanetsky Date: Thu, 2 Apr 2009 21:30:09 +0000 (+0000) Subject: Block unused function X-Git-Tag: php-5.3.0RC2~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1effd8c7aa093e9bb0e731c71306b3e94af3088;p=php Block unused function --- diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 37b00f96f5..75c9fc90a5 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -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) {