Skip to content

Commit

Permalink
remove some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 26, 2017
1 parent 7116d2a commit 6a6faf0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/mocha.js
Expand Up @@ -17,16 +17,6 @@ var tapStack = [ t ]
var level = 0
var suiteStack = []

var running = false
function run () {
if (running)
return
running = true
process.nextTick(function () {
rootSuite.run()
})
}

function describe (name, fn) {
new Suite(name, fn)
}
Expand Down

0 comments on commit 6a6faf0

Please sign in to comment.