Skip to content

Commit 4a5478a

Browse files
committed
chore: minor clean-up
1 parent 35dd8ec commit 4a5478a

File tree

1 file changed

+0
-5
lines changed
  • lib/node_modules/@stdlib/blas/base/gaxpy/lib

1 file changed

+0
-5
lines changed

lib/node_modules/@stdlib/blas/base/gaxpy/lib/main.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ var stride2offset = require( '@stdlib/strided/base/stride2offset' );
2424
var ndarray = require( './ndarray.js' );
2525

2626

27-
// VARIABLES //
28-
29-
var M = 4;
30-
31-
3227
// MAIN //
3328

3429
/**

0 commit comments

Comments
 (0)