mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Prevent a "warning: assigned but unused variable - data"
https://github.com/rubygems/rubygems/commit/ec3fd55d40
This commit is contained in:
parent
ab31d2e69f
commit
962f9932af
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class Gem::FakeFetcher
|
|||
|
||||
# Thanks, FakeWeb!
|
||||
def open_uri_or_path(path)
|
||||
data = find_data(path)
|
||||
find_data(path)
|
||||
|
||||
create_response(uri)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue