diff options
author | jannaerin <golden.janna@gmail.com> | 2022-03-23 21:58:00 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-01 00:08:33 +0000 |
commit | e683ab82364fe2a9923e9035aa5eb6f8f197fbc8 (patch) | |
tree | 281a272cc76ce0087d7a4219c2acc0e7a77a7a18 /src/mongo/db/startup_recovery.cpp | |
parent | 9be91a1223cd166ce515e4b6b2abd9bd604ebfbe (diff) | |
download | mongo-e683ab82364fe2a9923e9035aa5eb6f8f197fbc8.tar.gz |
SERVER-64606 Remove TenantNamespace
Diffstat (limited to 'src/mongo/db/startup_recovery.cpp')
-rw-r--r-- | src/mongo/db/startup_recovery.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/startup_recovery.cpp b/src/mongo/db/startup_recovery.cpp index aed1131d95d..eb2f4e0ed29 100644 --- a/src/mongo/db/startup_recovery.cpp +++ b/src/mongo/db/startup_recovery.cpp @@ -54,7 +54,6 @@ #include "mongo/db/repl_set_member_in_standalone_mode.h" #include "mongo/db/server_options.h" #include "mongo/db/storage/storage_repair_observer.h" -#include "mongo/db/tenant_namespace.h" #include "mongo/logv2/log.h" #include "mongo/util/exit.h" #include "mongo/util/fail_point.h" |