Skip to content

Commit b9ab681

Browse files
authored
docs: remove obsolete comment
Signed-off-by: Athan <[email protected]>
1 parent 5db1a58 commit b9ab681

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/find-last-index/lib

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/ext/find-last-index/lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ function findLastIndex( x ) {
148148
opts.dtype = options.dtype;
149149
}
150150
}
151-
// Resolve the list of non-reduced dimensions:
152151
if ( ndims( x ) < 1 ) {
153152
throw new RangeError( 'invalid argument. First argument must have at least one dimension.' );
154153
}

0 commit comments

Comments
 (0)