summaryrefslogtreecommitdiff
path: root/benchmark/crypto/hash-stream-creation.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/crypto/hash-stream-creation.js')
-rw-r--r--benchmark/crypto/hash-stream-creation.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/benchmark/crypto/hash-stream-creation.js b/benchmark/crypto/hash-stream-creation.js
index 31b6706c02..4bcd37f00a 100644
--- a/benchmark/crypto/hash-stream-creation.js
+++ b/benchmark/crypto/hash-stream-creation.js
@@ -21,9 +21,6 @@ function main(conf) {
api = 'legacy';
}
- var crypto = require('crypto');
- var assert = require('assert');
-
var message;
var encoding;
switch (conf.type) {