Remove unnecessary comment

This commit is contained in:
Kitaiti Makoto 2026-06-15 03:24:56 +09:00
parent 3d2be3540e
commit 1c0b1a2b62
1 changed files with 0 additions and 10 deletions

View File

@ -81,17 +81,7 @@ ruby_whisper_transcribe(int argc, VALUE *argv, VALUE self) {
fprintf(stderr, "error: failed to open '%s' as WAV file\n", fname_inp.c_str());
return self;
}
/*
*
typedef struct full_parallel_args {
VALUE *context;
VALUE *params;
float *samples;
int n_samples;
int n_processors;
} full_parallel_args;
*/
VALUE rb_result;
if (n_processors == 1) {
ruby_whisper_full_args args = {