Skip to content

Commit 26b02b9

Browse files
authored
chore: remove unused variable
1 parent 0f5ff12 commit 26b02b9

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/math/base/assert/is-oddf/examples

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/math/base/assert/is-oddf/examples/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
'use strict';
2020

2121
var randu = require( '@stdlib/random/array/discrete-uniform' );
22-
var roundf = require( '@stdlib/math/base/special/roundf' );
2322
var isOddf = require( './../lib' );
2423

2524
var bool;

0 commit comments

Comments
 (0)