diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-04-13 17:32:01 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-04-13 17:32:01 +0200 |
commit | 8f63b4b7904940196c44621624042b345cddea76 (patch) | |
tree | 5f077bcdf568b6b671228f35c0f6211e7367e905 /lib | |
parent | ce7de93936196e40fbfaea3e6a6437889e3cc26f (diff) | |
download | gitbook-8f63b4b7904940196c44621624042b345cddea76.zip gitbook-8f63b4b7904940196c44621624042b345cddea76.tar.gz gitbook-8f63b4b7904940196c44621624042b345cddea76.tar.bz2 |
Remove unused variable
Diffstat (limited to 'lib')
-rw-r--r-- | lib/template/index.js | 1 |
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]); |