From d0ee8d8e415f5625a3f1dcd76584051280d49b4e Mon Sep 17 00:00:00 2001 From: huafengchun Date: Mon, 15 Jul 2024 07:31:45 +0000 Subject: [PATCH] revert unused code --- ggml/src/ggml.c | 1 - 1 file changed, 1 deletion(-) 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;