mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Fixed warning
This commit is contained in:
@@ -804,7 +804,6 @@ sparsevec_subvector(PG_FUNCTION_ARGS)
|
||||
|
||||
dim = end - start;
|
||||
CheckDim(dim);
|
||||
startIndex = dim;
|
||||
|
||||
for (startIndex = 0; startIndex < a->nnz; startIndex++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user