diff --git a/bindings/go/pkg/whisper/interface.go b/bindings/go/pkg/whisper/interface.go index a4d7db8b0..4bd0262be 100644 --- a/bindings/go/pkg/whisper/interface.go +++ b/bindings/go/pkg/whisper/interface.go @@ -39,13 +39,6 @@ type Model interface { // Return all languages supported. Languages() []string - - // Model performance timing methods - // Print model performance timings to stdout - PrintTimings() - - // Reset model performance timing counters - ResetTimings() } // Context is the speech recognition context.