Skip to content

Commit db6be09

Browse files
mbrandonwmluisbrown
authored andcommitted
Remove unused action type.
1 parent 421962a commit db6be09

File tree

1 file changed

+0
-5
lines changed
  • Examples/SpeechRecognition/SpeechRecognition/SpeechClient

1 file changed

+0
-5
lines changed

Examples/SpeechRecognition/SpeechRecognition/SpeechClient/Client.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ struct SpeechClient {
77
var recognitionTask: (SFSpeechAudioBufferRecognitionRequest) -> Effect<SpeechRecognitionResult, Error>
88
var requestAuthorization: () -> Effect<SFSpeechRecognizerAuthorizationStatus, Never>
99

10-
enum Action: Equatable {
11-
case availabilityDidChange(isAvailable: Bool)
12-
case taskResult(SpeechRecognitionResult)
13-
}
14-
1510
enum Error: Swift.Error, Equatable {
1611
case taskError
1712
case couldntStartAudioEngine

0 commit comments

Comments
 (0)