summaryrefslogtreecommitdiff
path: root/tool/expand-config.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-18 00:38:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-18 00:38:00 +0000
commit36bc8c0b283f494d1a7aade390fe391f7894821f (patch)
treed258b595301471e200b1d0f0cafd740d0e21e104 /tool/expand-config.rb
parent2b7bde7eff589b8f73128851611270ba9a04409c (diff)
tool: removed unused variables
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/expand-config.rb')
-rwxr-xr-xtool/expand-config.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/expand-config.rb b/tool/expand-config.rb
index d34f29f586..81ffa6cb98 100755
--- a/tool/expand-config.rb
+++ b/tool/expand-config.rb
@@ -15,8 +15,6 @@ while /\A(\w+)=(.*)/ =~ ARGV[0]
ARGV.shift
end
-re = /@(#{config.keys.map {|k| Regexp.quote(k)}.join('|')})@/
-
if $output
output = open($output, "wb", $mode &&= $mode.oct)
output.chmod($mode) if $mode