1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

Remove unused backpatch_count field

This commit is contained in:
Nikita Popov
2018-10-04 21:42:46 +02:00
parent 40979277c0
commit a515f60790
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -247,7 +247,6 @@ void zend_oparray_context_begin(zend_oparray_context *prev_context) /* {{{ */
CG(context).opcodes_size = INITIAL_OP_ARRAY_SIZE;
CG(context).vars_size = 0;
CG(context).literals_size = 0;
CG(context).backpatch_count = 0;
CG(context).fast_call_var = -1;
CG(context).try_catch_offset = -1;
CG(context).current_brk_cont = -1;
-1
View File
@@ -185,7 +185,6 @@ typedef struct _zend_oparray_context {
uint32_t opcodes_size;
int vars_size;
int literals_size;
int backpatch_count;
uint32_t fast_call_var;
uint32_t try_catch_offset;
int current_brk_cont;