diff --git a/apc_cache.c b/apc_cache.c index 59f3cd43..66c80986 100644 --- a/apc_cache.c +++ b/apc_cache.c @@ -1613,11 +1613,6 @@ static APC_HOTSPOT zval* my_copy_zval(zval* dst, const zval* src, apc_context_t* return NULL; break; - case IS_CALLABLE: - /* XXX implement this */ - assert(0); - break; - default: assert(0); }