Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Mar 19, 2014
1 parent 012f7e5 commit acc4d41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarks/di.js
@@ -1,4 +1,3 @@
var http = require('http');
var express = require('express');
require('..');
var app = express();
Expand All @@ -14,7 +13,7 @@ middlewares.push(function(name, req, res, next) {

var body = new Buffer('Hello World');

middlewares.push(function(req, res, next){
middlewares.push(function(req, res){
res.send(body);
});

Expand Down

0 comments on commit acc4d41

Please sign in to comment.