minor: removed unused method
This commit is contained in:
parent
1d0cc7aae2
commit
4010dbc994
|
@ -53,10 +53,6 @@ module Mongo
|
|||
end
|
||||
alias_method :unlink, :delete
|
||||
|
||||
def remove_previous_versions
|
||||
ids = @files.find({'filename' => filename}, :sort => [['filename', 1]])
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def default_grid_io_opts(filename=nil)
|
||||
|
|
Loading…
Reference in New Issue