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
This commit is contained in:
nobu 2014-08-22 06:36:09 +00:00
Родитель 4c91cbb9a8
Коммит 3229456d40
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -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