summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-07 02:07:01 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-07 02:07:01 +0000
commit011b74b748c0230dc5c013e3a38a9f0d58c5893f (patch)
treea1a8ae08f47abd7dd63a33e5792f7291b5cb4af0 /tool
parenta31219c91c2c345e8531be47dce63adcab0f1122 (diff)
* tool/mkconfig.rb: remove not to require rbconfig/obsolete.rb.
* lib/rbconfig/obsolete.rb: removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mkconfig.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index 85b5ca45a5..3da57581ee 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -267,7 +267,6 @@ print <<EOS
)
end
end
-autoload :Config, "rbconfig/obsolete.rb" # compatibility for ruby-1.8.4 and older.
CROSS_COMPILING = nil unless defined? CROSS_COMPILING
EOS