From 1c0b1a2b62226dcf77583054de1d8194f8342104 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Mon, 15 Jun 2026 03:24:56 +0900 Subject: [PATCH] Remove unnecessary comment --- bindings/ruby/ext/ruby_whisper_transcribe.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bindings/ruby/ext/ruby_whisper_transcribe.cpp b/bindings/ruby/ext/ruby_whisper_transcribe.cpp index d511953d1..73f606ca4 100644 --- a/bindings/ruby/ext/ruby_whisper_transcribe.cpp +++ b/bindings/ruby/ext/ruby_whisper_transcribe.cpp @@ -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 = {