Skip to content

Commit 7d16a8e

Browse files
authored
chore: remove variable declaration
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent a3a6dc3 commit 7d16a8e

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/planck/mean/benchmark

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/mean/benchmark/benchmark.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ var mean = require( './../lib' );
3131

3232
bench( pkg, function benchmark( b ) {
3333
var lambda;
34-
var len;
3534
var y;
3635
var i;
3736

0 commit comments

Comments
 (0)