]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
memory : remove unused tmp_buf (#19199)
authorDaniel Bevenius <redacted>
Fri, 30 Jan 2026 09:37:06 +0000 (10:37 +0100)
committerGitHub <redacted>
Fri, 30 Jan 2026 09:37:06 +0000 (10:37 +0100)
commit83bcdf7217dc06ac67ff5f7322bdd89f46664c04
tree78c3f92957aac3ee324cf734889f7c413973e214
parentb316895ff95b39cc5b7494427e9dfca9e231b23e
memory : remove unused tmp_buf (#19199)

This commit removes the unused tmp_buf variable from llama-kv-cache.cpp
and llama-memory-recurrent.cpp.

The tmp_buf variable was declared but never used but since it has a
non-trivial constructor/desctuctor we don't get an unused variable
warning about it.
src/llama-kv-cache.cpp
src/llama-memory-recurrent.cpp