aboutsummaryrefslogtreecommitdiffstats
path: root/tool/rbinstall.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-22 06:36:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-22 06:36:09 +0000
commit3229456d40be9219f1476855c945f84b9d30f00b (patch)
tree27e06ba674e1d977bf1ee624f5ef6aea6d8137ee /tool/rbinstall.rb
parent4c91cbb9a82f2bf74bb7f48b758050fb071c15a1 (diff)
downloadruby-3229456d40be9219f1476855c945f84b9d30f00b.tar.gz
rbinstall.rb: remove unused variable
* tool/rbinstall.rb: $vcs is no longer used since r46513. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/rbinstall.rb')
-rwxr-xr-xtool/rbinstall.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index 3b72ef8c2f..a77f14a5b3 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -19,17 +19,10 @@ require 'optparse'
require 'optparse/shellwords'
require 'ostruct'
require 'rubygems'
-require_relative 'vcs'
STDOUT.sync = true
File.umask(0)
-begin
- $vcs = VCS.detect(File.expand_path('../..', __FILE__))
-rescue VCS::NotFoundError
- $vcs = nil
-end
-
def parse_args(argv = ARGV)
$mantype = 'doc'
$destdir = nil