Optimizer: remove unused var
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1351 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.1
parent
c60e172d3a
commit
bc8bb5d652
|
@ -566,7 +566,6 @@ static void bbs_restore_opnum(bbs_t *bbs, zend_op_array *op_array) /* {{{ */
|
|||
{
|
||||
int bbid;
|
||||
#ifdef ZEND_ENGINE_2
|
||||
bbid_t lasttrybbid;
|
||||
bbid_t lastcatchbbid;
|
||||
#endif
|
||||
#ifdef ZEND_ENGINE_2_5
|
||||
|
@ -595,7 +594,6 @@ static void bbs_restore_opnum(bbs_t *bbs, zend_op_array *op_array) /* {{{ */
|
|||
}
|
||||
|
||||
#ifdef ZEND_ENGINE_2
|
||||
lasttrybbid = BBID_INVALID;
|
||||
lastcatchbbid = BBID_INVALID;
|
||||
# ifdef ZEND_ENGINE_2_5
|
||||
lastfinallybbid = BBID_INVALID;
|
||||
|
|
Loading…
Reference in New Issue