minor: remove unimplemented methods

This commit is contained in:
Mike Dirolf 2009-08-24 10:55:31 -04:00
parent 604f85513f
commit 834a176dbe
1 changed files with 0 additions and 10 deletions

View File

@ -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)