remove unused var
This commit is contained in:
parent
611dec10f2
commit
2a7b6d07bf
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ function *respond(next){
|
||||||
|
|
||||||
yield next;
|
yield next;
|
||||||
|
|
||||||
var app = this.app;
|
|
||||||
var res = this.res;
|
var res = this.res;
|
||||||
var body = this.body;
|
var body = this.body;
|
||||||
var head = 'HEAD' == this.method;
|
var head = 'HEAD' == this.method;
|
||||||
|
|
Loading…
Reference in a new issue