summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/dist_lock_catalog_replset.cpp
diff options
context:
space:
mode:
authorYoonsoo Kim <yoonsoo.kim@mongodb.com>2021-07-22 01:48:29 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-22 02:13:04 +0000
commit52b6b281105274c3a66312fc6ee8a2c12f4a9e40 (patch)
tree9a641823ca82ac833444183251370dad61f81c6b /src/mongo/db/s/dist_lock_catalog_replset.cpp
parent97e7a659d01f8f5ceef69a4f738cdf76396d99db (diff)
downloadmongo-52b6b281105274c3a66312fc6ee8a2c12f4a9e40.tar.gz
SERVER-57390 Remove getLastError implementation
Diffstat (limited to 'src/mongo/db/s/dist_lock_catalog_replset.cpp')
-rw-r--r--src/mongo/db/s/dist_lock_catalog_replset.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/s/dist_lock_catalog_replset.cpp b/src/mongo/db/s/dist_lock_catalog_replset.cpp
index 7e62b1a9369..5a0dd02d83d 100644
--- a/src/mongo/db/s/dist_lock_catalog_replset.cpp
+++ b/src/mongo/db/s/dist_lock_catalog_replset.cpp
@@ -35,7 +35,6 @@
#include "mongo/bson/util/bson_extract.h"
#include "mongo/client/read_preference.h"
-#include "mongo/db/lasterror.h"
#include "mongo/db/ops/write_ops.h"
#include "mongo/db/repl/hello_gen.h"
#include "mongo/db/repl/read_concern_args.h"
@@ -44,7 +43,6 @@
#include "mongo/rpc/get_status_from_command_result.h"
#include "mongo/rpc/metadata.h"
#include "mongo/rpc/metadata/repl_set_metadata.h"
-#include "mongo/rpc/metadata/sharding_metadata.h"
#include "mongo/s/client/shard_registry.h"
#include "mongo/s/grid.h"
#include "mongo/s/write_ops/batched_command_request.h"