From 03739c708f97fb5fbbb028225acba17c4e1a6552 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Fri, 20 Jul 2012 07:01:11 +0000 Subject: [PATCH] remove unused func git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1017 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache/xc_utils.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/xcache/xc_utils.c b/xcache/xc_utils.c index f55b797..669e723 100644 --- a/xcache/xc_utils.c +++ b/xcache/xc_utils.c @@ -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;