summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/compile.c b/compile.c
index 6fae343d78..6091d302b2 100644
--- a/compile.c
+++ b/compile.c
@@ -8066,19 +8066,6 @@ struct ibf_header {
ibf_offset_t object_list_offset;
};
-struct ibf_id_entry {
- enum {
- ibf_id_enc_ascii,
- ibf_id_enc_utf8,
- ibf_id_enc_other
- } enc
-#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
- : 2
-#endif
- ;
- char body[1];
-};
-
struct ibf_dump {
VALUE str;
VALUE iseq_list; /* [iseq0 offset, ...] */