Skip to content

Commit f92bd59

Browse files
authored
whisper : remove unnecessary GGML_UNUSED macro (#2960)
1 parent 6e7629b commit f92bd59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/whisper.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1370,8 +1370,6 @@ static std::vector<ggml_backend_t> whisper_backend_init(const whisper_context_pa
13701370
}
13711371
}
13721372

1373-
GGML_UNUSED(params);
1374-
13751373
ggml_backend_t backend_cpu = ggml_backend_init_by_type(GGML_BACKEND_DEVICE_TYPE_CPU, nullptr);
13761374
if (backend_cpu == nullptr) {
13771375
throw std::runtime_error("failed to initialize CPU backend");

0 commit comments

Comments
 (0)