aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/optional/capi/ext/rubinius.h
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-28 12:02:08 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-28 12:02:08 +0000
commitf0c8516cd83c27dbafa0d10622ef202145223012 (patch)
tree7b727007b046ec0c82a714f1855fa6362a2c5b24 /spec/rubyspec/optional/capi/ext/rubinius.h
parent924a761e8494b224f6196c0fe2525eb2d8fe9b52 (diff)
downloadruby-f0c8516cd83c27dbafa0d10622ef202145223012.tar.gz
Update to ruby/spec@ca32ae2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/rubyspec/optional/capi/ext/rubinius.h')
-rw-r--r--spec/rubyspec/optional/capi/ext/rubinius.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/rubyspec/optional/capi/ext/rubinius.h b/spec/rubyspec/optional/capi/ext/rubinius.h
deleted file mode 100644
index 7ddf73790d..0000000000
--- a/spec/rubyspec/optional/capi/ext/rubinius.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef RUBYSPEC_CAPI_RUBINIUS_H
-#define RUBYSPEC_CAPI_RUBINIUS_H
-
-/* #undef any HAVE_ defines that Rubinius does not have. */
-#undef HAVE_RB_DEFINE_HOOKED_VARIABLE
-#undef HAVE_RB_DEFINE_VARIABLE
-
-#endif