summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workload_modifiers/indexed_noindex.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workload_modifiers/indexed_noindex.js')
-rw-r--r--jstests/concurrency/fsm_workload_modifiers/indexed_noindex.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_workload_modifiers/indexed_noindex.js b/jstests/concurrency/fsm_workload_modifiers/indexed_noindex.js
index 1a3f5ef03dd..6a92bd9b5bb 100644
--- a/jstests/concurrency/fsm_workload_modifiers/indexed_noindex.js
+++ b/jstests/concurrency/fsm_workload_modifiers/indexed_noindex.js
@@ -7,7 +7,6 @@
* $config.data.getIndexSpec(), at the end of the workload setup.
*/
function indexedNoindex($config, $super) {
-
$config.setup = function(db, collName, cluster) {
$super.setup.apply(this, arguments);
@@ -16,7 +15,6 @@ function indexedNoindex($config, $super) {
this.indexExists = false;
};
-
// Remove the shard key for the no index tests
delete $config.data.shardKey;