[Pkg-javascript-commits] [node-deps-sort] 66/79: remove unused vars

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:41:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-deps-sort.

commit ffb457c84248258d0b43c65a3134c11eceb9c391
Author: Andres Suarez <zertosh at gmail.com>
Date:   Sat May 23 19:21:13 2015 -0400

    remove unused vars
---
 index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.js b/index.js
index 1199b33..32cead4 100644
--- a/index.js
+++ b/index.js
@@ -80,7 +80,7 @@ function sorter (rows, tr, opts) {
         rows.forEach(function (row) { tr.push(row) });
     }
     tr.push(null);
-};
+}
 
 function cmp (a, b) {
     return a.id + a.hash < b.id + b.hash ? -1 : 1;
@@ -90,7 +90,7 @@ function has (obj, key) {
     return Object.prototype.hasOwnProperty.call(obj, key);
 }
 
-function depCmp (hashes) {
+function depCmp () {
     var deps = {}, hashes = {};
     return { add: add, cmp: cmp }
     

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-deps-sort.git



More information about the Pkg-javascript-commits mailing list