Remove outdated comment

This commit is contained in:
Kitaiti Makoto 2026-06-15 09:09:51 +09:00
parent da08bfc52e
commit b3a8675911
1 changed files with 0 additions and 3 deletions

View File

@ -364,9 +364,6 @@ static void set_vad_params(ruby_whisper_params *rwp)
rwp->params.vad_params = rwvp->params;
}
/*
TODO: Set abort callback to trap SIGINT and SIGTERM
*/
void
prepare_transcription(ruby_whisper_params *rwp, VALUE *context, int n_processors, ruby_whisper_abort_callback_user_data *abort_callback_user_data)
{