summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/database_versioning.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/database_versioning.js')
-rw-r--r--jstests/concurrency/fsm_workloads/database_versioning.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/concurrency/fsm_workloads/database_versioning.js b/jstests/concurrency/fsm_workloads/database_versioning.js
index 8759a0f9be5..31b97f5292a 100644
--- a/jstests/concurrency/fsm_workloads/database_versioning.js
+++ b/jstests/concurrency/fsm_workloads/database_versioning.js
@@ -7,9 +7,7 @@
* @tags: [requires_sharding]
*/
var $config = (function() {
-
var states = (function() {
-
function init(db, collName) {
// Dynamically load the shard names for the movePrimary thread to avoid hard-coding
// them.
@@ -92,7 +90,6 @@ var $config = (function() {
}
return {init: init, state: state};
-
})();
var transitions = {init: {state: 1}, state: {state: 1}};
@@ -144,5 +141,4 @@ var $config = (function() {
setup: setup,
teardown: teardown,
};
-
})();