mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
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:
parent
2b7bde7eff
commit
36bc8c0b28
10 changed files with 16 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue