summaryrefslogtreecommitdiff
path: root/tool/mkconfig.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-23 16:05:47 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-23 16:05:47 +0000
commite8f9b6647aead1dc3e2ccd7e6bea05dd2b67ea86 (patch)
tree589f102f39e0aa4525e41131f36b227ea2e30c45 /tool/mkconfig.rb
parentbc43842252acc3d62b83f6352c601c5b5253cf60 (diff)
Remove unused variable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/mkconfig.rb')
-rwxr-xr-xtool/mkconfig.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index 79ba0454e3..15e2f4f016 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -39,7 +39,6 @@ win32 = /mswin/ =~ arch
universal = /universal.*darwin/ =~ arch
v_fast = []
v_others = []
-v_runtime = {}
vars = {}
continued_name = nil
continued_line = nil