summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/sharding_catalog_client_impl.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2018-03-08 11:31:22 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2018-03-08 16:29:33 -0500
commitab171e26ad78df728a4e30bf1b999bebf3535eb2 (patch)
tree576705bfd8a0809ac730ee5444cb5273a29ccd2a /src/mongo/s/catalog/sharding_catalog_client_impl.h
parente69fbec8d1a02e654e836294ed09ace0f76b3ecf (diff)
downloadmongo-ab171e26ad78df728a4e30bf1b999bebf3535eb2.tar.gz
SERVER-29908 Fix failing ReplSetDistLockManagerTest
Diffstat (limited to 'src/mongo/s/catalog/sharding_catalog_client_impl.h')
-rw-r--r--src/mongo/s/catalog/sharding_catalog_client_impl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mongo/s/catalog/sharding_catalog_client_impl.h b/src/mongo/s/catalog/sharding_catalog_client_impl.h
index 0c258666bb7..4c0d54ed703 100644
--- a/src/mongo/s/catalog/sharding_catalog_client_impl.h
+++ b/src/mongo/s/catalog/sharding_catalog_client_impl.h
@@ -165,14 +165,6 @@ public:
DistLockManager* getDistLockManager() override;
- /**
- * Runs a read command against the config server with majority read concern.
- */
- bool runReadCommandForTest(OperationContext* opCtx,
- const std::string& dbname,
- const BSONObj& cmdObj,
- BSONObjBuilder* result);
-
StatusWith<std::vector<KeysCollectionDocument>> getNewKeys(
OperationContext* opCtx,
StringData purpose,
@@ -217,11 +209,6 @@ private:
boost::optional<long long> limit) override;
/**
- * Appends a read committed read concern to the request object.
- */
- void _appendReadConcern(BSONObjBuilder* builder);
-
- /**
* Queries the config servers for the database metadata for the given database, using the
* given read preference. Returns NamespaceNotFound if no database metadata is found.
*/