summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorSammy Kaye Powers <sammyk@sammykmedia.com>2017-04-10 10:43:33 -0500
committerNikita Popov <nikita.ppv@gmail.com>2017-04-10 22:58:44 +0200
commite92896f735b876622c1115997f26542f33648291 (patch)
tree35c08006bc229529160939cac1bc8aad80e69932 /Zend/zend_compile.h
parent797ee05a3c4c4ea9f1817930c92e50be6ef63da7 (diff)
downloadphp-git-e92896f735b876622c1115997f26542f33648291.tar.gz
Remove spurious `CG(context).in_finally` dingleberry
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 5018602a1f..e718085343 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -191,7 +191,6 @@ typedef struct _zend_oparray_context {
int vars_size;
int literals_size;
int backpatch_count;
- int in_finally;
uint32_t fast_call_var;
uint32_t try_catch_offset;
int current_brk_cont;