Skip to content

Commit

Permalink
Remove unused variable in pairwise (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Aug 5, 2022
1 parent 0dffd1f commit c19bff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pairwise.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ end

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

0 comments on commit c19bff4

Please sign in to comment.