Skip to content

Commit 6c037bc

Browse files
committed
Clean up of the code
1 parent cfccc37 commit 6c037bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ggml/src/ggml-cpu/repack.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,6 @@ void ggml_gemv_q5_K_8x8_q8_K_generic(int n,
894894
}
895895
for (int j = 0; j < ncols_interleaved; j++) {
896896
s[x * ncols_interleaved + j] = sumf[j] - sum_minf[j];
897-
int index = x * ncols_interleaved + j;
898897

899898
}
900899
}

0 commit comments

Comments
 (0)