summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2020-05-06 21:09:10 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-07 01:35:40 +0000
commit7ede858f0d22e9a7dcd1fb9e44ccede51b624d0d (patch)
tree2b3345a91fe0148ec8411bf4df52d782b7a86e79 /src/mongo/db/index_builds_coordinator.h
parentb9a24ae832ee9854c0766f451582305e794e6ed7 (diff)
downloadmongo-7ede858f0d22e9a7dcd1fb9e44ccede51b624d0d.tar.gz
SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()
Diffstat (limited to 'src/mongo/db/index_builds_coordinator.h')
-rw-r--r--src/mongo/db/index_builds_coordinator.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/index_builds_coordinator.h b/src/mongo/db/index_builds_coordinator.h
index 66e995f1ab4..02c2a5e337a 100644
--- a/src/mongo/db/index_builds_coordinator.h
+++ b/src/mongo/db/index_builds_coordinator.h
@@ -121,12 +121,6 @@ public:
const std::vector<BSONObj>& indexSpecs);
/**
- * Returns true if two phase index builds are supported.
- * This is determined by the current FCV.
- */
- static bool supportsTwoPhaseIndexBuild();
-
- /**
* Returns index names listed from the index specs list "specs".
*/
static std::vector<std::string> extractIndexNames(const std::vector<BSONObj>& specs);