Skip to content

Commit b95f059

Browse files
authored
refactor: Remove unused FNV-1a hash function (#398)
1 parent 7f5f1a3 commit b95f059

File tree

3 files changed

+0
-73
lines changed

3 files changed

+0
-73
lines changed

src/fnv1a.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

test/node/fnv1a.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/register-bson.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ require('chai/register-expect');
1111

1212
const BSON = require('../lib/bson');
1313
const { ensureBuffer } = require('../lib/ensure_buffer');
14-
const { fnv1a24, fnv1a32 } = require('../lib/fnv1a');
1514

1615
BSON.ensureBuffer = ensureBuffer;
17-
BSON.fnv1a24 = fnv1a24;
18-
BSON.fnv1a32 = fnv1a32;
1916

2017
module.exports = BSON;

0 commit comments

Comments
 (0)