summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-09 23:23:39 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-09 23:23:39 +0000
commit73f891f1a5dafb1709b333d953ad8b50af7ee1f9 (patch)
tree218f4ff14ab61b7d5d954436cf4036907a71a422 /include
parent70cd493b050f6328f2dbe43dad6741d9f0a96d92 (diff)
fix RMoved definition location
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index b22c4e3f2e..b5757a79ad 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -883,11 +883,6 @@ enum ruby_fl_type {
RUBY_FL_SINGLETON = RUBY_FL_USER0
};
-struct RMoved {
- VALUE flags;
- VALUE destination;
-};
-
struct RUBY_ALIGNAS(SIZEOF_VALUE) RBasic {
VALUE flags;
VALUE klass;