diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index 17554b7817bef4..760a9073798f51 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -1758,7 +1758,6 @@ struct ggml_compute_params { // ith = thread index, nth = number of threads int ith, nth; - // work buffer for all threads size_t wsize; void * wdata;