summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/sharding_catalog_client_impl.h
diff options
context:
space:
mode:
authorHugh Han <hughhan1@gmail.com>2017-07-26 13:28:57 -0400
committerHugh Han <hughhan1@gmail.com>2017-08-15 12:11:40 -0400
commitf14037e54577ce79cec00e06735f914c01b3f80e (patch)
tree1ed1025a3a4d5dd7594716fd46c711ab638d091a /src/mongo/s/catalog/sharding_catalog_client_impl.h
parent578e5c4f168db90ebb7ec661831363575d801f5b (diff)
downloadmongo-f14037e54577ce79cec00e06735f914c01b3f80e.tar.gz
SERVER-30324 Move cluster_remove_shard_cmd to mongod
Diffstat (limited to 'src/mongo/s/catalog/sharding_catalog_client_impl.h')
-rw-r--r--src/mongo/s/catalog/sharding_catalog_client_impl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/s/catalog/sharding_catalog_client_impl.h b/src/mongo/s/catalog/sharding_catalog_client_impl.h
index e184c078fff..45d466aa235 100644
--- a/src/mongo/s/catalog/sharding_catalog_client_impl.h
+++ b/src/mongo/s/catalog/sharding_catalog_client_impl.h
@@ -86,9 +86,6 @@ public:
const BSONObj& detail,
const WriteConcernOptions& writeConcern) override;
- StatusWith<ShardDrainingStatus> removeShard(OperationContext* opCtx,
- const ShardId& name) override;
-
StatusWith<repl::OpTimeWith<DatabaseType>> getDatabase(OperationContext* opCtx,
const std::string& dbName) override;
@@ -214,14 +211,6 @@ private:
int cappedSize,
const WriteConcernOptions& writeConcern);
- /**
- * Helper method for running a count command against the config server with appropriate
- * error handling.
- */
- StatusWith<long long> _runCountCommandOnConfig(OperationContext* opCtx,
- const NamespaceString& ns,
- BSONObj query);
-
StatusWith<repl::OpTimeWith<std::vector<BSONObj>>> _exhaustiveFindOnConfig(
OperationContext* opCtx,
const ReadPreferenceSetting& readPref,