summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/command_line_parsing.js
diff options
context:
space:
mode:
authorVishnu Kaushik <vishnu.kaushik@mongodb.com>2020-09-11 19:46:48 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-11 20:28:52 +0000
commit8911b6cdda36dac94d6e5ae8e5950452e0ebf778 (patch)
tree2403a84f0d932fe639a3f07e737b74ad3e768307 /jstests/noPassthrough/command_line_parsing.js
parentdfbcc00f25717beae48ca28eb6ab77c3589a1ef7 (diff)
downloadmongo-8911b6cdda36dac94d6e5ae8e5950452e0ebf778.tar.gz
SERVER-43385 remove MMAPv1 references
Diffstat (limited to 'jstests/noPassthrough/command_line_parsing.js')
-rw-r--r--jstests/noPassthrough/command_line_parsing.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthrough/command_line_parsing.js b/jstests/noPassthrough/command_line_parsing.js
index 511aabf90dd..95ecdb6cb85 100644
--- a/jstests/noPassthrough/command_line_parsing.js
+++ b/jstests/noPassthrough/command_line_parsing.js
@@ -28,7 +28,6 @@ MongoRunner.stopMongod(m2);
// remove variables that depend on the way the test is started.
delete m2result.parsed.net.transportLayer;
-delete m2result.parsed.storage.mmapv1;
delete m2result.parsed.setParameter;
delete m2result.parsed.storage.engine;
delete m2result.parsed.storage.inMemory;
@@ -56,7 +55,6 @@ MongoRunner.stopMongod(m3);
// remove variables that depend on the way the test is started.
delete m3result.parsed.net.transportLayer;
-delete m3result.parsed.storage.mmapv1;
delete m3result.parsed.setParameter;
delete m3result.parsed.storage.engine;
delete m3result.parsed.storage.inMemory;