mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unused variable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bc43842252
commit
e8f9b6647a
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ win32 = /mswin/ =~ arch
|
|||
universal = /universal.*darwin/ =~ arch
|
||||
v_fast = []
|
||||
v_others = []
|
||||
v_runtime = {}
|
||||
vars = {}
|
||||
continued_name = nil
|
||||
continued_line = nil
|
||||
|
|
Loading…
Reference in a new issue