Skip to content

Commit

Permalink
Remove unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgr0ss committed Jun 15, 2012
1 parent 2b807a0 commit 82f87b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/curator/mongo/data_store.rb
Expand Up @@ -61,10 +61,6 @@ def _collection(name)
_db.collection(name)
end

def _collection_name(name)
_db.collection(name).name
end

def _db
client.db(_db_name)
end
Expand Down

0 comments on commit 82f87b8

Please sign in to comment.