diff options
Diffstat (limited to 'src/mongo/db/repl/data_replicator_external_state.h')
| -rw-r--r-- | src/mongo/db/repl/data_replicator_external_state.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/repl/data_replicator_external_state.h b/src/mongo/db/repl/data_replicator_external_state.h index d5be160d5cf..87826b0f199 100644 --- a/src/mongo/db/repl/data_replicator_external_state.h +++ b/src/mongo/db/repl/data_replicator_external_state.h @@ -30,7 +30,6 @@ #pragma once #include "mongo/base/status_with.h" -#include "mongo/db/repl/last_vote.h" #include "mongo/db/repl/multiapplier.h" #include "mongo/db/repl/oplog_applier.h" #include "mongo/db/repl/oplog_buffer.h" @@ -145,12 +144,6 @@ public: virtual Status storeLocalConfigDocument(OperationContext* opCtx, const BSONObj& config) = 0; /** - * Returns the current stored replica set "last vote" if there is one, or an error why there - * isn't. - */ - virtual StatusWith<LastVote> loadLocalLastVoteDocument(OperationContext* opCtx) const = 0; - - /** * Returns the replication journal listener. */ virtual JournalListener* getReplicationJournalListener() = 0; |
