Skip to content

Commit

Permalink
Remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Oct 23, 2023
1 parent e19c701 commit 9efb499
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions Sources/GoTrue/Deprecated.swift

This file was deleted.

14 changes: 0 additions & 14 deletions Sources/Realtime/RealtimeClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,20 +193,6 @@ public class RealtimeClient: TransportDelegate {
)
}

@available(*, deprecated, renamed: "init(_:params:vsn:)")
public convenience init(
endPoint: String,
params: Payload? = nil,
vsn: String = Defaults.vsn
) {
self.init(
endPoint: endPoint,
transport: { url in URLSessionTransport(url: url) },
paramsClosure: { params },
vsn: vsn
)
}

public init(
endPoint: String,
transport: @escaping ((URL) -> Transport),
Expand Down

0 comments on commit 9efb499

Please sign in to comment.