aboutsummaryrefslogtreecommitdiffstats
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
commitd3364a7437768ba6de7af86eac589bccfeb66924 (patch)
tree20dca2a2156ae3488abc33402d62563c172d9ef9 /include
parentd0f9a61913d32f943d0fa9402d3c1c3e650dd099 (diff)
downloadruby-d3364a7437768ba6de7af86eac589bccfeb66924.tar.gz
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 {