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 825d52bd84..79fc3dbc3b 100644
--- a/iseq.h
+++ b/iseq.h
@@ -210,7 +210,6 @@ struct rb_compile_option_struct {
};
struct iseq_insn_info_entry {
- unsigned int position;
int line_no;
rb_event_flag_t events;
};