Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #543 from pdehaan/issue-542
Browse files Browse the repository at this point in the history
Removing unused require() statements
  • Loading branch information
dannycoates committed Feb 6, 2014
2 parents 9c02519 + 4edde9b commit b0a531d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/remote/misc_tests.js
Expand Up @@ -2,11 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

var fs = require('fs')
var path = require('path')
var util = require('util')
var child_process = require('child_process')

var test = require('../ptaptest')
var TestServer = require('../test_server')
var Client = require('../../client')
Expand Down

0 comments on commit b0a531d

Please sign in to comment.