summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc/ftdc_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ftdc/ftdc_test.cpp')
-rw-r--r--src/mongo/db/ftdc/ftdc_test.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/ftdc/ftdc_test.cpp b/src/mongo/db/ftdc/ftdc_test.cpp
index 8538ef6919b..33fcce62eff 100644
--- a/src/mongo/db/ftdc/ftdc_test.cpp
+++ b/src/mongo/db/ftdc/ftdc_test.cpp
@@ -107,11 +107,6 @@ void createDirectoryClean(const boost::filesystem::path& dir) {
boost::filesystem::create_directory(dir);
}
-template <>
-Status Validator<BSONObj>::validateLoad(const char* ptr, size_t length) {
- return validateBSON(ptr, length);
-}
-
class FTDCClockSourceMock : public ClockSource {
Date_t now() final {
return Date_t::fromMillisSinceEpoch(37);