Skip to content

Commit 185ca03

Browse files
committed
remove typealias
1 parent a70cbdd commit 185ca03

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/TimeoutController.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
#if compiler(>=6.0)
3333
import Foundation
3434

35-
@available(*, unavailable, renamed: "TimeoutController")
36-
public typealias Timeout = TimeoutController
37-
3835
public struct TimeoutController: Sendable {
3936
fileprivate var canary: @Sendable () -> Void
4037
fileprivate let shared: SharedState

0 commit comments

Comments
 (0)