summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction
diff options
context:
space:
mode:
authorJason Zhang <jason.zhang@mongodb.com>2022-09-26 13:49:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-26 14:24:19 +0000
commitdefc79cac973ec5c08cbcccb44cfaa16af2a76c7 (patch)
treea073a4fac5a396d1400a5ae640d91a0a5bca1fe7 /src/mongo/db/transaction
parentcec86253e4200704cbd6d4d98e80384a2d57824a (diff)
downloadmongo-defc79cac973ec5c08cbcccb44cfaa16af2a76c7.tar.gz
SERVER-69649 Remove unused internal transactions feature flag includes
Diffstat (limited to 'src/mongo/db/transaction')
-rw-r--r--src/mongo/db/transaction/transaction_participant.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/transaction/transaction_participant.cpp b/src/mongo/db/transaction/transaction_participant.cpp
index 87ab79ae50e..64b6550d877 100644
--- a/src/mongo/db/transaction/transaction_participant.cpp
+++ b/src/mongo/db/transaction/transaction_participant.cpp
@@ -50,7 +50,6 @@
#include "mongo/db/dbdirectclient.h"
#include "mongo/db/dbhelpers.h"
#include "mongo/db/index/index_access_method.h"
-#include "mongo/db/internal_transactions_feature_flag_gen.h"
#include "mongo/db/op_observer/op_observer.h"
#include "mongo/db/ops/update.h"
#include "mongo/db/ops/write_ops_retryability.h"