summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index_builds_coordinator.h')
-rw-r--r--src/mongo/db/index_builds_coordinator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/index_builds_coordinator.h b/src/mongo/db/index_builds_coordinator.h
index d4156ab81d0..2c6d340b0c8 100644
--- a/src/mongo/db/index_builds_coordinator.h
+++ b/src/mongo/db/index_builds_coordinator.h
@@ -710,9 +710,6 @@ protected:
std::shared_ptr<ReplIndexBuildState> replState,
const IndexBuildOptions& indexBuildOptions) = 0;
- std::string _indexBuildActionToString(IndexBuildAction action);
-
-
/**
* Third phase is catching up on all the writes that occurred during the first two phases.
* Accepts a commit timestamp for the index, which could be null. See