RUBY-399 removed re-initialization of seeds in initialize_data

This commit is contained in:
Tyler Brock 2012-01-24 21:26:25 -05:00
parent d8655929f5
commit 309315e31e
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ module Mongo
end end
def initialize_data def initialize_data
@seeds = []
@primary = nil @primary = nil
@primary_pool = nil @primary_pool = nil
@read_pool = nil @read_pool = nil