remove unused var

This commit is contained in:
Jonathan Ong 2013-11-08 01:14:43 -08:00
parent 611dec10f2
commit 2a7b6d07bf
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ function *respond(next){
yield next;
var app = this.app;
var res = this.res;
var body = this.body;
var head = 'HEAD' == this.method;