minor: remove unimplemented methods
This commit is contained in:
parent
604f85513f
commit
834a176dbe
|
@ -108,16 +108,6 @@ module Mongo
|
|||
database_info.keys
|
||||
end
|
||||
|
||||
# Not implemented.
|
||||
def clone_database(from)
|
||||
raise "not implemented"
|
||||
end
|
||||
|
||||
# Not implemented.
|
||||
def copy_database(from_host, from_db, to_db)
|
||||
raise "not implemented"
|
||||
end
|
||||
|
||||
# Drops the database +name+.
|
||||
def drop_database(name)
|
||||
single_db_command(name, :dropDatabase => 1)
|
||||
|
|
Loading…
Reference in New Issue