Remove noop assignment
This commit is contained in:
parent
63708a5f16
commit
af441efb7c
|
@ -70,7 +70,7 @@ module Mongo
|
||||||
opts = opts.dup
|
opts = opts.dup
|
||||||
filename = opts[:filename]
|
filename = opts[:filename]
|
||||||
opts.merge!(default_grid_io_opts)
|
opts.merge!(default_grid_io_opts)
|
||||||
file = GridIO.new(@files, @chunks, filename, 'w', opts=opts)
|
file = GridIO.new(@files, @chunks, filename, 'w', opts)
|
||||||
file.write(data)
|
file.write(data)
|
||||||
file.close
|
file.close
|
||||||
file.files_id
|
file.files_id
|
||||||
|
|
Loading…
Reference in New Issue