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
This commit is contained in:
parent
7ad9975fe7
commit
fb4b6f70b7
13
compile.c
13
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, ...] */
|
||||
|
Loading…
x
Reference in New Issue
Block a user