summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/template/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/template/index.js b/lib/template/index.js
index 13a9922..087ac59 100644
--- a/lib/template/index.js
+++ b/lib/template/index.js
@@ -186,7 +186,6 @@ TemplateEngine.prototype.addBlock = function(name, block) {
this.tags = [name];
this.parse = function(parser, nodes) {
- var body = null;
var lastBlockName = null;
var lastBlockArgs = null;
var allBlocks = block.blocks.concat([block.end]);