]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : remove unnecessary UNUSED macro call (ggml/880)
authorDaniel Bevenius <redacted>
Mon, 8 Jul 2024 10:03:42 +0000 (12:03 +0200)
committerGeorgi Gerganov <redacted>
Mon, 8 Jul 2024 11:53:55 +0000 (14:53 +0300)
commit95f2a191c088ab3f86f089885a9efd3aa9c5d263
tree97e7e7ea83a96aa7a56bd3a7cbed9140d0cd9998
parent00422ec3cf830f746d48451060018f309b66adea
ggml : remove unnecessary UNUSED macro call (ggml/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>
ggml/src/ggml.c