From: Georgi Gerganov Date: Tue, 11 Jul 2023 19:19:42 +0000 (+0300) Subject: ggml : remove unused function (#328) X-Git-Tag: upstream/0.0.1642~1328 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1b60ce00eeb4cb1a58719d629f8d20ad14f74127;p=pkg%2Fggml%2Fsources%2Fggml ggml : remove unused function (#328) --- diff --git a/src/ggml.c b/src/ggml.c index fc458225..793ff709 100644 --- a/src/ggml.c +++ b/src/ggml.c @@ -16087,8 +16087,6 @@ static thread_ret_t ggml_graph_compute_thread(void * data) { return GGML_EXIT_SUCCESS; } -static bool always_false(void * data) { UNUSED(data); return false; } - struct ggml_cplan ggml_graph_plan(struct ggml_cgraph * cgraph, int n_threads) { if (n_threads <= 0) { n_threads = GGML_DEFAULT_N_THREADS;