summaryrefslogtreecommitdiff
path: root/src/mongo/shell/servers.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/servers.js')
-rw-r--r--src/mongo/shell/servers.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/shell/servers.js b/src/mongo/shell/servers.js
index 2c30b10e632..2119e5cef2f 100644
--- a/src/mongo/shell/servers.js
+++ b/src/mongo/shell/servers.js
@@ -1121,16 +1121,6 @@ var MongoRunner, _startMongod, startMongoProgram, runMongoProgram, startMongoPro
}
}
- // New mongod-specific options in 4.1.x.
- if (!programMajorMinorVersion || programMajorMinorVersion >= 410) {
- if (jsTest.options().setSkipShardingPartsOfPrepareTransactionFailpoint &&
- jsTest.options().enableTestCommands) {
- argArray.push(
- ...["--setParameter",
- "failpoint.skipShardingPartsOfPrepareTransaction={mode:'alwaysOn'}"]);
- }
- }
-
// New mongod-specific options in 4.0.x
if (!programMajorMinorVersion || programMajorMinorVersion >= 400) {
if (jsTest.options().transactionLifetimeLimitSeconds !== undefined) {