summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/health.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/health.h')
-rw-r--r--src/mongo/db/repl/health.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mongo/db/repl/health.h b/src/mongo/db/repl/health.h
index abee4234f65..bcd69ed5ea4 100644
--- a/src/mongo/db/repl/health.h
+++ b/src/mongo/db/repl/health.h
@@ -31,17 +31,11 @@
#include <ctime>
#include <string>
-#include "mongo/logger/tee.h"
-
namespace mongo {
namespace repl {
- void fillRsLog(std::stringstream&);
-
- // ramlog used for replSet actions
- extern logger::Tee* rsLog;
-
// helper function needed by member.cpp
std::string ago(time_t t);
+
} // namespace repl
} // namespace mongo