Skip to content

Commit

Permalink
Removed extraneous require('http')
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Aug 9, 2012
1 parent 056c840 commit ba2f66d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/express.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

/**
* Module dependencies.
*/

var http = require('http')
, connect = require('connect')
var connect = require('connect')
, proto = require('./application')
, Route = require('./router/route')
, Router = require('./router')
Expand Down

0 comments on commit ba2f66d

Please sign in to comment.