aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/ruby.h')
-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 {