Skip to content

Commit 4a0b095

Browse files
committed
tests: remove unused generateCount function
1 parent 69bca08 commit 4a0b095

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

test/test.js

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
1-
21
var crypto = require('crypto')
3-
var tape = require('tape')
4-
var Sha1 = require('../').sha1
5-
var Uint32toHex = Sha1.Uint32toHex
6-
7-
function generateCount (m) {
8-
var s = ''
9-
for(var i = 0; i < m/8; i++) {
10-
console.log('GENERATE', i, Uint32toHex(i))
11-
s+=i
12-
}
13-
return s
14-
}
2+
var tape = require('tape')
3+
var Sha1 = require('../').sha1
154

165
var inputs = [
176
['', 'ascii'],

0 commit comments

Comments
 (0)