Skip to content

Commit 2dab426

Browse files
committed
Remove unnecessary assignment
1 parent e318a62 commit 2dab426

File tree

1 file changed

+0
-3
lines changed
  • lib/node_modules/@stdlib/_tools/pkgs/wasm/lib

1 file changed

+0
-3
lines changed

lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/sync.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ function findWASM( options ) {
6363

6464
// Check for packages containing WebAssembly...
6565
out = [];
66-
gopts = {
67-
'realpath': false
68-
};
6966
for ( i = 0; i < files.length; i++ ) {
7067
pkg = readJSON( files[ i ] );
7168
if ( pkg.__stdlib__ && pkg.__stdlib__.wasm ) { // eslint-disable-line no-underscore-dangle

0 commit comments

Comments
 (0)