summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2018-12-27 12:22:39 -0500
committerMathias Stearn <mathias@10gen.com>2018-12-27 19:24:54 -0500
commit5286b698336889c2bcfb08e8ab7c16334f447511 (patch)
treee4b770c709b21bf4a45aa9a93e9f2026836ab094 /src/mongo/db/repl/topology_coordinator.h
parentf87a2866a0757833bd2ae35cce709c76a00600d8 (diff)
downloadmongo-5286b698336889c2bcfb08e8ab7c16334f447511.tar.gz
SERVER-38781 remove vestigial html code
Diffstat (limited to 'src/mongo/db/repl/topology_coordinator.h')
-rw-r--r--src/mongo/db/repl/topology_coordinator.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/repl/topology_coordinator.h b/src/mongo/db/repl/topology_coordinator.h
index 87f4756a97b..b2c4f44fea4 100644
--- a/src/mongo/db/repl/topology_coordinator.h
+++ b/src/mongo/db/repl/topology_coordinator.h
@@ -595,12 +595,6 @@ public:
rpc::OplogQueryMetadata prepareOplogQueryMetadata(int rbid) const;
/**
- * Writes into 'output' all the information needed to generate a summary of the current
- * replication state for use by the web interface.
- */
- void summarizeAsHtml(ReplSetHtmlSummary* output);
-
- /**
* Prepares a ReplSetRequestVotesResponse.
*/
void processReplSetRequestVotes(const ReplSetRequestVotesArgs& args,