diff options
| author | Esha Maharishi <esha.maharishi@mongodb.com> | 2016-09-01 16:29:34 -0400 |
|---|---|---|
| committer | Esha Maharishi <esha.maharishi@mongodb.com> | 2016-09-02 14:16:13 -0400 |
| commit | d1d57b9ebab61ae897aaee624ca8df34399baa01 (patch) | |
| tree | 349be1e135d90d508b98c34350ceac187d9e7794 /src/mongo/s/grid.cpp | |
| parent | 7636c7f62c7879ad9edb7a62099588069eb214af (diff) | |
| download | mongo-d1d57b9ebab61ae897aaee624ca8df34399baa01.tar.gz | |
SERVER-25935 move ShardRegistry::init() out of Grid::init()
Diffstat (limited to 'src/mongo/s/grid.cpp')
| -rw-r--r-- | src/mongo/s/grid.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/s/grid.cpp b/src/mongo/s/grid.cpp index fbc973788d9..f6297702989 100644 --- a/src/mongo/s/grid.cpp +++ b/src/mongo/s/grid.cpp @@ -88,8 +88,6 @@ void Grid::init(std::unique_ptr<ShardingCatalogClient> catalogClient, _balancerConfig = std::move(balancerConfig); _executorPool = std::move(executorPool); _network = network; - - _shardRegistry->init(); } bool Grid::allowLocalHost() const { |
