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.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 9431f157bee..bff4df93c56 100644
--- a/src/mongo/db/index_builds_coordinator.h
+++ b/src/mongo/db/index_builds_coordinator.h
@@ -497,8 +497,6 @@ public:
return true;
}
- void addRequiredPrivileges(std::vector<Privilege>* out) final {}
-
BSONObj generateSection(OperationContext* opCtx,
const BSONElement& configElement) const final {
BSONObjBuilder indexBuilds;