From 3229456d40be9219f1476855c945f84b9d30f00b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 22 Aug 2014 06:36:09 +0000 Subject: 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 --- tool/rbinstall.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tool/rbinstall.rb') 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 -- cgit v1.2.3