1
0
Fork 0

remove unused func

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1017 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent cbcc452988
commit 03739c708f

@ -96,18 +96,6 @@ int xc_apply_method(zend_function *zf, xc_apply_method_info *mi TSRMLS_DC) /* {{
return xc_apply_function(zf, mi->applyer TSRMLS_CC);
}
/* }}} */
#if 0
static int xc_apply_class(zend_class_entry *ce, apply_func_t applyer TSRMLS_DC) /* {{{ */
{
xc_apply_method_info mi;
mi.applyer = applyer;
mi.ce = ce;
zend_hash_apply_with_argument(&(ce->function_table), (apply_func_arg_t) xc_apply_method, &mi TSRMLS_CC);
return 0;
}
/* }}} */
#endif
static int xc_apply_cest(xc_cest_t *cest, apply_func_t applyer TSRMLS_DC) /* {{{ */
{
xc_apply_method_info mi;

Loading…
Cancel
Save