Skip to content

Commit

Permalink
ggml : remove unused function (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jul 11, 2023
1 parent b3f3dce commit 1b60ce0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1b60ce0

Please sign in to comment.