]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ggml : remove unused function (#328)
authorGeorgi Gerganov <redacted>
Tue, 11 Jul 2023 19:19:42 +0000 (22:19 +0300)
committerGeorgi Gerganov <redacted>
Tue, 11 Jul 2023 19:19:42 +0000 (22:19 +0300)
src/ggml.c

index fc458225e92babe8fb430d70abacd97dec533bfc..793ff709508a2b325237bb9276fecbf0d3349621 100644 (file)
@@ -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;