summaryrefslogtreecommitdiff
path: root/tool/mkconfig.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2019-06-28 12:36:03 +0900
committerNobuyoshi Nakada <[email protected]>2019-06-28 12:39:14 +0900
commit4562dad94c6af3db5af8704b0aec64119456275d ()
tree9fc94237ec314860f4944cc66c9b7ad3a2cc4666 /tool/mkconfig.rb
parent7eaedda557f689087861e6c0e7c9abca8cd92fc1 (diff)
Removed unused variable
-rwxr-xr-xtool/mkconfig.rb2
1 files changed, 1 insertions, 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
mkconf[key] = val
keys = [key]
deps = []