From 0eb7a441ae60193e8d9df9d11cd3962e2d9885d6 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 26 Apr 2026 21:30:21 +0900 Subject: [PATCH] Remove unused interface --- bindings/ruby/sig/whisper.rbs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bindings/ruby/sig/whisper.rbs b/bindings/ruby/sig/whisper.rbs index f7304915..a7bf44e7 100644 --- a/bindings/ruby/sig/whisper.rbs +++ b/bindings/ruby/sig/whisper.rbs @@ -1,7 +1,3 @@ -interface _MemoryView - def initialize: (string) -> void -end - module Whisper interface _Samples def length: () -> Integer