mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unused variable from IRB::InputCompletor
This commit is contained in:
parent
5e275dd2af
commit
d5682eb939
1 changed files with 0 additions and 1 deletions
|
@ -192,7 +192,6 @@ module IRB
|
|||
when /^(\$[^.]*)$/
|
||||
# global var
|
||||
gvar = $1
|
||||
regmessage =
|
||||
all_gvars = global_variables.collect{|m| m.to_s}
|
||||
if doc_namespace
|
||||
all_gvars.find{ |i| i == gvar }
|
||||
|
|
Loading…
Add table
Reference in a new issue