summaryrefslogtreecommitdiff
path: root/src/mongo/shell/kms_local.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/kms_local.cpp')
-rw-r--r--src/mongo/shell/kms_local.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/shell/kms_local.cpp b/src/mongo/shell/kms_local.cpp
index 1430596c18e..10fcb46f2a8 100644
--- a/src/mongo/shell/kms_local.cpp
+++ b/src/mongo/shell/kms_local.cpp
@@ -141,7 +141,6 @@ public:
MONGO_INITIALIZER(LocalKMSRegister)(::mongo::InitializerContext* context) {
KMSServiceController::registerFactory(KMSProviderEnum::local,
std::make_unique<LocalKMSServiceFactory>());
- return Status::OK();
}
} // namespace mongo