ruby_aligned_char no longer needed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2018-01-15 07:30:43 +00:00
parent 995717e15c
commit 8a52dbdb2a
2 changed files with 1 additions and 3 deletions

View File

@ -8077,7 +8077,7 @@ struct ibf_dump {
rb_iseq_t * iseq_alloc(void);
struct ibf_load {
const ruby_aligned_char *buff;
const RUBY_ALIGNAS(sizeof(VALUE)) char *buff;
const struct ibf_header *header;
ID *id_list; /* [id0, ...] */
VALUE iseq_list; /* [iseq0, ...] */

View File

@ -950,8 +950,6 @@ enum ruby_rstring_flags {
RSTRING_ENUM_END
};
typedef RUBY_ALIGNAS(SIZEOF_VALUE) char ruby_aligned_char;
struct RString {
struct RBasic basic;
union {