From: Daniel Bevenius Date: Sun, 30 Mar 2025 03:56:10 +0000 (+0200) Subject: whisper : remove unnecessary GGML_UNUSED macro (#2960) X-Git-Tag: upstream/1.7.5~36 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f92bd5995183bfe76f1b19f47ae7b88eba86c16b;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp whisper : remove unnecessary GGML_UNUSED macro (#2960) --- diff --git a/src/whisper.cpp b/src/whisper.cpp index c633765e..60f20921 100644 --- a/src/whisper.cpp +++ b/src/whisper.cpp @@ -1370,8 +1370,6 @@ static std::vector whisper_backend_init(const whisper_context_pa } } - GGML_UNUSED(params); - ggml_backend_t backend_cpu = ggml_backend_init_by_type(GGML_BACKEND_DEVICE_TYPE_CPU, nullptr); if (backend_cpu == nullptr) { throw std::runtime_error("failed to initialize CPU backend");