mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed unused variable
This commit is contained in:
parent
7eaedda557
commit
4562dad94c
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ print <<EOS
|
|||
#
|
||||
# returns updated keys list, or +nil+ if nothing changed.
|
||||
def RbConfig.fire_update!(key, val, mkconf = MAKEFILE_CONFIG, conf = CONFIG)
|
||||
return if (old = mkconf[key]) == val
|
||||
return if mkconf[key] == val
|
||||
mkconf[key] = val
|
||||
keys = [key]
|
||||
deps = []
|
||||
|
|
Loading…
Reference in a new issue