Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
uhetmaniuk committed Feb 15, 2022
1 parent 4e7c766 commit f55f8c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unit_test/sparse/Test_Sparse_spmv_bsr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ void make_block_entries(
size_type> &mat_b1,
int blockSize, rowmap_type &mat_rowmap, colidx_type &mat_colidx,
values_type &mat_val) {
lno_t nRow = blockSize * mat_b1.numRows();
size_t nnz = static_cast<size_t>(blockSize) * static_cast<size_t>(blockSize) *
mat_b1.nnz();

Expand Down

0 comments on commit f55f8c5

Please sign in to comment.