summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-13 13:00:11 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-13 13:00:11 +0000
commitfb4b6f70b7e653dc096d44cf87f21ad3f916e788 (patch)
tree0d8b36f4cfbf09efe16c87f564ffba0e66ee503d /compile.c
parent7ad9975fe7e8e22de841b26ed549652326d08c65 (diff)
compile.c (struct ibf_id_entry): Just removed.
It looked unused. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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, ...] */