From b951930e3186448c790cc32afb5f8c9ccd5be84f Mon Sep 17 00:00:00 2001 From: Saood Karim Date: Wed, 13 Aug 2025 05:09:16 -0500 Subject: [PATCH] minor --- src/llama.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/llama.cpp b/src/llama.cpp index 108b642b..63a01813 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -19652,7 +19652,6 @@ static int32_t llama_kv_cache_update_internal(struct llama_context & lctx) { LLAMA_LOG_ERROR("%s: failed to allocate compute buffers\n", __func__); } } - return 0; }