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