Skip to content

Commit

Permalink
Remove unused requires, vm and exec
Browse files Browse the repository at this point in the history
  • Loading branch information
juzerali committed Jan 8, 2013
1 parent f0b441c commit b0162b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/_mocha
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
*/

var program = require('commander')
, exec = require('child_process').exec
, path = require('path')
, fs = require('fs')
, vm = require('vm')
, resolve = path.resolve
, exists = fs.existsSync || path.existsSync
, Mocha = require('../')
Expand Down

0 comments on commit b0162b6

Please sign in to comment.