Skip to content

Commit 03eab5b

Browse files
committed
remove #if for old platform
1 parent 1234104 commit 03eab5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ extension URLSession {
133133
#endif
134134
}
135135

136-
#endif
137-
138-
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS) || compiler(>=6)
139-
140136
@available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
141137
extension URLSession {
142138
/// Convenience method to load data using an `HTTPRequest`; creates and resumes a `URLSessionDataTask` internally.

0 commit comments

Comments
 (0)