Skip to content

Commit 75e0c7a

Browse files
Hashen110dougwilson
authored andcommitted
bench: remove unused parameter
closes #4898
1 parent e2482b7 commit 75e0c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ while (n--) {
1313
});
1414
}
1515

16-
app.use(function(req, res, next){
16+
app.use(function(req, res){
1717
res.send('Hello World')
1818
});
1919

0 commit comments

Comments
 (0)