summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/phpdbg_list.h')
-rw-r--r--sapi/phpdbg/phpdbg_list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_list.h b/sapi/phpdbg/phpdbg_list.h
index c011b9598a..39e1d388d0 100644
--- a/sapi/phpdbg/phpdbg_list.h
+++ b/sapi/phpdbg/phpdbg_list.h
@@ -49,7 +49,6 @@ typedef struct {
void *map;
#endif
zend_op_array op_array;
- zend_bool destroy_op_array;
uint lines;
uint line[1];
} phpdbg_file_source;