1
0
Fork 0

Optimizer: remove unused var

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1351 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer 2013-08-26 16:35:44 +00:00
parent c60e172d3a
commit bc8bb5d652
1 changed files with 0 additions and 2 deletions

View File

@ -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;