summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-15 07:30:43 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-15 07:30:43 +0000
commit8a52dbdb2a7f54a441a4ab79dafc191be2df17c1 (patch)
tree20dca2a2156ae3488abc33402d62563c172d9ef9 /include
parent995717e15c327a3b92486accb88039228f8debf6 (diff)
ruby_aligned_char no longer needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index b1d470163c..12b83cf7ab 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -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 {