You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 17:57:39 UTC

[couchdb-escodegen] 03/09: Remove unused variable node

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to reference refs/pull/155/head
in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git

commit 34dace42514534d3743de52a0a67dd5f1887833d
Author: Dmitry Sorin <ds...@yandex-team.ru>
AuthorDate: Thu Dec 26 11:34:08 2013 +0400

    Remove unused variable node
---
 escodegen.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/escodegen.js b/escodegen.js
index 8cd0126..6db9d2c 100644
--- a/escodegen.js
+++ b/escodegen.js
@@ -1463,7 +1463,7 @@
     }
 
     function generateStatement(stmt, option) {
-        var i, len, result, node, allowIn, functionBody, directiveContext, fragment, semicolon;
+        var i, len, result, allowIn, functionBody, directiveContext, fragment, semicolon;
 
         allowIn = true;
         semicolon = ';';