From 2a7b6d07bf4c0d5f3e138c3726965370e020688b Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Fri, 8 Nov 2013 01:14:43 -0800 Subject: [PATCH] remove unused var --- lib/application.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/application.js b/lib/application.js index 3d0683d..bf28587 100644 --- a/lib/application.js +++ b/lib/application.js @@ -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;