Index: /trunk/xcache/xc_utils.c
===================================================================
--- /trunk/xcache/xc_utils.c	(revision 1016)
+++ /trunk/xcache/xc_utils.c	(revision 1017)
@@ -97,16 +97,4 @@
 }
 /* }}} */
-#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) /* {{{ */
 {
