summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_main.cpp
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2022-04-28 15:15:19 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-19 15:38:09 +0000
commit2599afe324597e6df8c1b1e0e8dcafd3c5a7ad9b (patch)
tree7fad419c910ada1716f0baae0bb9ba9b5f642120 /src/mongo/db/mongod_main.cpp
parent5b3b95125b1a51f35aaabe7c43cbd205fc4e7359 (diff)
downloadmongo-2599afe324597e6df8c1b1e0e8dcafd3c5a7ad9b.tar.gz
SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteConflictException
(cherry picked from commit 4fee73e53ecdbfff73d644dd743b66d5e16a1836)
Diffstat (limited to 'src/mongo/db/mongod_main.cpp')
-rw-r--r--src/mongo/db/mongod_main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/mongod_main.cpp b/src/mongo/db/mongod_main.cpp
index 346ad71bd5e..73a05c69c42 100644
--- a/src/mongo/db/mongod_main.cpp
+++ b/src/mongo/db/mongod_main.cpp
@@ -74,7 +74,6 @@
#include "mongo/db/concurrency/flow_control_ticketholder.h"
#include "mongo/db/concurrency/lock_state.h"
#include "mongo/db/concurrency/replication_state_transition_lock_guard.h"
-#include "mongo/db/concurrency/write_conflict_exception.h"
#include "mongo/db/db_raii.h"
#include "mongo/db/dbdirectclient.h"
#include "mongo/db/dbhelpers.h"