summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iseq.h b/iseq.h
index 8d2281881b..fb0a5d0d29 100644
--- a/iseq.h
+++ b/iseq.h
@@ -114,7 +114,6 @@ struct iseq_compile_data {
struct iseq_compile_data_storage *storage_head;
struct iseq_compile_data_storage *storage_current;
int last_line;
- int last_coverable_line;
int label_no;
int node_level;
unsigned int ci_index;