ruby-changes:27834
From: naruse <ko1@a...>
Date: Sun, 24 Mar 2013 01:05:57 +0900 (JST)
Subject: [ruby-changes:27834] naruse:r39886 (trunk): Remove unused variable
naruse 2013-03-24 01:05:47 +0900 (Sun, 24 Mar 2013) New Revision: 39886 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39886 Log: Remove unused variable Modified files: trunk/tool/mkconfig.rb Index: tool/mkconfig.rb =================================================================== --- tool/mkconfig.rb (revision 39885) +++ tool/mkconfig.rb (revision 39886) @@ -39,7 +39,6 @@ win32 = /mswin/ =~ arch https://github.com/ruby/ruby/blob/trunk/tool/mkconfig.rb#L39 universal = /universal.*darwin/ =~ arch v_fast = [] v_others = [] -v_runtime = {} vars = {} continued_name = nil continued_line = nil -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/