iq1_m: remove unused variable

We have progressed to warnings being errors.
This commit is contained in:
Iwan Kawrakow 2024-03-25 18:58:05 +01:00
parent 480d6d6c36
commit 62dd11f3e5

View file

@ -9775,7 +9775,6 @@ void ggml_vec_dot_iq1_m_q8_K (int n, float * restrict s, size_t bs, const void
ggml_int8x16x4_t q1b; ggml_int8x16x4_t q1b;
ggml_int8x16x4_t q8b; ggml_int8x16x4_t q8b;
ggml_int8x16x4_t delta;
iq1m_scale_t scale; iq1m_scale_t scale;