coverager: remove useless ifdef
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1059 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
e9a5bed3e9
commit
f11b1645f9
|
@ -587,9 +587,7 @@ static void xc_optimizer_zend_shutdown(zend_extension *extension) /* {{{ */
|
|||
/* }}} */
|
||||
static void xc_statement_handler(zend_op_array *op_array) /* {{{ */
|
||||
{
|
||||
#ifdef HAVE_XCACHE_COVERAGER
|
||||
xc_coverager_handle_ext_stmt(op_array, ZEND_EXT_STMT);
|
||||
#endif
|
||||
}
|
||||
/* }}} */
|
||||
static void xc_fcall_begin_handler(zend_op_array *op_array) /* {{{ */
|
||||
|
|
Loading…
Reference in New Issue