summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_example.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_example.js')
-rw-r--r--jstests/concurrency/fsm_example.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_example.js b/jstests/concurrency/fsm_example.js
index 45b8ac5b47a..fb012462a15 100644
--- a/jstests/concurrency/fsm_example.js
+++ b/jstests/concurrency/fsm_example.js
@@ -7,7 +7,6 @@
* Serves as a template for new workloads.
*/
var $config = (function() {
-
// 'data' is passed (copied) to each of the worker threads.
var data = {};
@@ -81,5 +80,4 @@ var $config = (function() {
teardown: teardown, // optional, default empty function
data: data // optional, default empty object
};
-
})();