]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : remove unnecessary UNUSED macro call (#880)
authorDaniel Bevenius <redacted>
Mon, 8 Jul 2024 10:03:42 +0000 (12:03 +0200)
committerGitHub <redacted>
Mon, 8 Jul 2024 10:03:42 +0000 (13:03 +0300)
commitddfb1b55ee8349e4d7672431b7d621ae0b040d0a
tree7a17d2e5b2caaf01adc29c0e4ada29f3959dde81
parent9b93b69d09c5e928c883d6b329f622c53f01e22e
ggml : remove unnecessary UNUSED macro call (#880)

This commit removes an UNUSED macro call that is not needed as the
variable n0 is used in the code and will not produce a warning.

Signed-off-by: Daniel Bevenius <redacted>
src/ggml.c