tool: removed unused variables

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-05-18 00:38:00 +00:00
parent 2b7bde7eff
commit 36bc8c0b28
10 changed files with 16 additions and 26 deletions

View file

@ -333,7 +333,6 @@ vendorlibdir = CONFIG["vendorlibdir"]
vendorarchlibdir = CONFIG["vendorarchdir"]
mandir = CONFIG["mandir", true]
docdir = CONFIG["docdir", true]
configure_args = Shellwords.shellwords(CONFIG["configure_args"])
enable_shared = CONFIG["ENABLE_SHARED"] == 'yes'
dll = CONFIG["LIBRUBY_SO", enable_shared]
lib = CONFIG["LIBRUBY", true]
@ -823,7 +822,7 @@ install?(:ext, :comm, :gem, :'bundled-gems') do
inst.spec.extension_dir = with_destdir(inst.spec.extension_dir)
begin
Gem::DefaultUserInteraction.use_ui(silent) {inst.install}
rescue Gem::InstallError => e
rescue Gem::InstallError
next
end
gemname = File.basename(gem)