summaryrefslogtreecommitdiff
path: root/src/mongo/util/ntservice_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/ntservice_test.cpp')
-rw-r--r--src/mongo/util/ntservice_test.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/util/ntservice_test.cpp b/src/mongo/util/ntservice_test.cpp
index e23cef12299..40ca8b05117 100644
--- a/src/mongo/util/ntservice_test.cpp
+++ b/src/mongo/util/ntservice_test.cpp
@@ -124,9 +124,4 @@ TEST(NtService, RegressionSERVER_7252) {
namespace mongo {
void Client::initThread(const char* desc, AbstractMessagingPort* mp) {}
void removeControlCHandler() {}
-void signalShutdown() {}
-bool inShutdown() {
- return false;
-}
-void exitCleanly(ExitCode code) {}
} // namespace mongo