Skip to content

Commit c19bff4

Browse files
authored
Remove unused variable in pairwise (#813)
1 parent 0dffd1f commit c19bff4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pairwise.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ end
8181

8282
function _pairwise!(::Val{:listwise}, f, dest::AbstractMatrix, x, y, symmetric::Bool)
8383
check_vectors(x, y, :listwise)
84-
m, n = size(dest)
8584
nminds = .!ismissing.(first(x))
8685
@inbounds for xi in Iterators.drop(x, 1)
8786
nminds .&= .!ismissing.(xi)

0 commit comments

Comments
 (0)