summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js')
-rw-r--r--jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js b/jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js
index cc2fa5e6562..0401126e907 100644
--- a/jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js
+++ b/jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js
@@ -10,7 +10,6 @@
* accessed after a WriteConflictException occurred in Collection::deleteDocument().
*/
var $config = (function() {
-
var states = {
insert: function insert(db, collName) {
var bulk = db[collName].initializeUnorderedBulkOp();
@@ -35,5 +34,4 @@ var $config = (function() {
states: states,
transitions: transitions
};
-
})();