summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2020-03-25 13:34:15 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-31 13:42:54 +0000
commit2da53ac5de3efb67d07e8ffba692b90cde954bba (patch)
tree33e545ccc1a7983285afa0973e922b5986d8c9f4 /src/mongo/s/catalog
parenta5a4ec4324381c04597bc8d8fd05aa2f1994786b (diff)
downloadmongo-2da53ac5de3efb67d07e8ffba692b90cde954bba.tar.gz
SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp files
Also removes some unnecessary code from the BatchedCommandRequest.
Diffstat (limited to 'src/mongo/s/catalog')
-rw-r--r--src/mongo/s/catalog/replset_dist_lock_manager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/catalog/replset_dist_lock_manager.cpp b/src/mongo/s/catalog/replset_dist_lock_manager.cpp
index 09745931f44..6bfda8f7158 100644
--- a/src/mongo/s/catalog/replset_dist_lock_manager.cpp
+++ b/src/mongo/s/catalog/replset_dist_lock_manager.cpp
@@ -37,7 +37,6 @@
#include "mongo/base/status.h"
#include "mongo/base/status_with.h"
-#include "mongo/db/operation_context_noop.h"
#include "mongo/db/service_context.h"
#include "mongo/logv2/log.h"
#include "mongo/s/catalog/dist_lock_catalog.h"