From 835c8d9d48683192784a00a811fdb8fd39bce02d Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 24 Dec 2007 07:06:03 +0000 Subject: * 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 --- tool/runruby.rb | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tool/runruby.rb (limited to 'tool/runruby.rb') 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] -- cgit v1.2.3