summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-04-13 17:32:01 +0200
committerSamy Pessé <samypesse@gmail.com>2016-04-13 17:32:01 +0200
commit8f63b4b7904940196c44621624042b345cddea76 (patch)
tree5f077bcdf568b6b671228f35c0f6211e7367e905
parentce7de93936196e40fbfaea3e6a6437889e3cc26f (diff)
downloadgitbook-8f63b4b7904940196c44621624042b345cddea76.zip
gitbook-8f63b4b7904940196c44621624042b345cddea76.tar.gz
gitbook-8f63b4b7904940196c44621624042b345cddea76.tar.bz2
Remove unused variable
-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]);