Skip to content

Commit 1e86ff0

Browse files
author
Mark Schmale
committed
removed unused eslint comments to make standard happy
1 parent 8172ab7 commit 1e86ff0

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

benchmark/buffer-vs-string.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* global suite, bench */
21
var fs = require('fs')
32
var path = require('path')
43
var bencode = require('../')

benchmark/compare-decode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,3 @@ bench(`dhtBencode.decode() ⨉ ${ITERATIONS}`, function (run) {
8484

8585
return result
8686
})
87-

benchmark/compare-encode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ bench(`dhtBencode.encode() ⨉ ${ITERATIONS}`, function (run) {
7272

7373
return result
7474
})
75-

benchmark/encoding-length.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* global suite, bench */
21
var fs = require('fs')
32
var path = require('path')
43
var bencode = require('..')

0 commit comments

Comments
 (0)