summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_libs/assert.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_libs/assert.js')
-rw-r--r--jstests/concurrency/fsm_libs/assert.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_libs/assert.js b/jstests/concurrency/fsm_libs/assert.js
index 437742ac396..f4b47acc0fe 100644
--- a/jstests/concurrency/fsm_libs/assert.js
+++ b/jstests/concurrency/fsm_libs/assert.js
@@ -12,7 +12,6 @@
*/
var AssertLevel = (function() {
-
function AssertLevel(level) {
this.level = level;
@@ -34,7 +33,6 @@ var AssertLevel = (function() {
OWN_DB: new AssertLevel(2),
isAssertLevel: isAssertLevel
};
-
})();
if (typeof globalAssertLevel === 'undefined') {