summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/heartbeat_response_action.cpp
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2017-05-04 15:18:56 -0400
committerMatthew Russotto <matthew.russotto@10gen.com>2017-05-04 15:18:56 -0400
commitb2d70219b85a3462fb902618500b2f63f5f188b5 (patch)
treee6d7c3bfbfaec6a1dc0418672e41fdc1b6ac2956 /src/mongo/db/repl/heartbeat_response_action.cpp
parent32dccaea13fda911c5367287a39290706380941e (diff)
downloadmongo-b2d70219b85a3462fb902618500b2f63f5f188b5.tar.gz
Revert "SERVER-26990 Unify tracking of secondary state between replication and topology coordinators"
This reverts commit 6adc71f6cf069803f9c1288aef88ffe0d21c6ffe.
Diffstat (limited to 'src/mongo/db/repl/heartbeat_response_action.cpp')
-rw-r--r--src/mongo/db/repl/heartbeat_response_action.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/repl/heartbeat_response_action.cpp b/src/mongo/db/repl/heartbeat_response_action.cpp
index 7e787d42c96..97bfbd0c29a 100644
--- a/src/mongo/db/repl/heartbeat_response_action.cpp
+++ b/src/mongo/db/repl/heartbeat_response_action.cpp
@@ -75,9 +75,5 @@ void HeartbeatResponseAction::setNextHeartbeatStartDate(Date_t when) {
_nextHeartbeatStartDate = when;
}
-void HeartbeatResponseAction::setAdvancedOpTime(bool advanced) {
- _advancedOpTime = advanced;
-}
-
} // namespace repl
} // namespace mongo