aboutsummaryrefslogtreecommitdiffstats
path: root/tool/runruby.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 07:06:03 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 07:06:03 +0000
commit835c8d9d48683192784a00a811fdb8fd39bce02d (patch)
treee8a035cacbf9cbcaaf8fa77fcbbfa18ce0240286 /tool/runruby.rb
parente5988f74040f8b073a1e315053801023cb957774 (diff)
downloadruby-835c8d9d48683192784a00a811fdb8fd39bce02d.tar.gz
* tool/compile.rb, getrev.rb, runruby.rb: remove unused tools.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/runruby.rb')
-rw-r--r--tool/runruby.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/tool/runruby.rb b/tool/runruby.rb
deleted file mode 100644
index 9de75cd388..0000000000
--- a/tool/runruby.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-require 'rbconfig'
-$:.unshift File.join('.ext', Config::CONFIG['arch'])
-$:.unshift '.ext'
-load ARGV[0]