[Pkg-javascript-commits] [node-sha.js] 113/237: remove hexpp

Bastien Roucariès rouca at moszumanska.debian.org
Fri May 5 09:03:45 UTC 2017


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

rouca pushed a commit to branch master
in repository node-sha.js.

commit e7f30308c64bfc5f00a9b8ccf4c17ae65a3ddc55
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date:   Sun Apr 27 19:17:47 2014 +0200

    remove hexpp
---
 sha256.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sha256.js b/sha256.js
index 0902dcd..db0d220 100644
--- a/sha256.js
+++ b/sha256.js
@@ -10,7 +10,6 @@
 var inherits = require('util').inherits
 var BE       = false
 var LE       = true
-var hexpp    = require('./hexpp')
 var u        = require('./util')
 
 module.exports = function (Buffer, Hash) {

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



More information about the Pkg-javascript-commits mailing list