summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.h
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2020-06-02 09:39:17 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-02 13:57:36 +0000
commit6bb2da10a396bfe5bb222dda843d9feb79958d6c (patch)
treef9cfa9cf6c933572ddd7c54263b7738aa295693e /src/mongo/db/index_builds_coordinator.h
parent3b7bc03a8f8b964769ff708674163b67ddd1a450 (diff)
downloadmongo-6bb2da10a396bfe5bb222dda843d9feb79958d6c.tar.gz
Revert "SERVER-48413 Add evergreen builder for resumable index builds"
This reverts commit 29e2a6737ef643bf663579c5c7b378a5c383c9b8.
Diffstat (limited to 'src/mongo/db/index_builds_coordinator.h')
-rw-r--r--src/mongo/db/index_builds_coordinator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/index_builds_coordinator.h b/src/mongo/db/index_builds_coordinator.h
index db8040fd227..fa843e73a1c 100644
--- a/src/mongo/db/index_builds_coordinator.h
+++ b/src/mongo/db/index_builds_coordinator.h
@@ -446,8 +446,6 @@ public:
std::shared_ptr<ReplIndexBuildState> replState,
IndexBuildAction signal) = 0;
- bool supportsResumableIndexBuilds() const;
-
private:
/**
* Registers an index build so that the rest of the system can discover it.