Skip to content

Commit

Permalink
get rid of check for unsupported versions of Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Oct 4, 2024
1 parent 2c87d70 commit bfbc86f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/OpenAPIKitCoreTests/URLTemplate/URLTemplateTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ fileprivate struct TemplatedURLWrapper: Codable {
}

// MARK: - Stack Overflow Regression Test
#if swift(>=5.5)
import Dispatch

extension URLTemplateTests {
Expand Down Expand Up @@ -408,4 +407,3 @@ extension URLTemplateTests {
}
}
}
#endif

0 comments on commit bfbc86f

Please sign in to comment.