Fixed warning

This commit is contained in:
Andrew Kane
2024-04-03 15:17:52 -07:00
parent 7ca7a64dbb
commit 5425dd2357

View File

@@ -804,7 +804,6 @@ sparsevec_subvector(PG_FUNCTION_ARGS)
dim = end - start;
CheckDim(dim);
startIndex = dim;
for (startIndex = 0; startIndex < a->nnz; startIndex++)
{