Skip to content

Commit 1628d2d

Browse files
committed
Remove workaround for swiftlang/swift#84466
1 parent f3491fd commit 1628d2d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/Overlays/_Testing_WinSDK/Attachments/AttachableImageFormat+CLSID.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ extension AttachableImageFormat {
238238
/// @Metadata {
239239
/// @Available(Swift, introduced: 6.3)
240240
/// }
241-
#if compiler(>=6.3) && !SWT_FIXED_84466
242-
@_spi(_)
243-
#endif
244241
public var encoderCLSID: CLSID {
245242
switch kind {
246243
case .png:
@@ -273,9 +270,6 @@ extension AttachableImageFormat {
273270
/// @Metadata {
274271
/// @Available(Swift, introduced: 6.3)
275272
/// }
276-
#if compiler(>=6.3) && !SWT_FIXED_84466
277-
@_spi(_)
278-
#endif
279273
public init(encoderCLSID: CLSID, encodingQuality: Float = 1.0) {
280274
if encoderCLSID == CLSID_WICPngEncoder {
281275
self = .png

0 commit comments

Comments
 (0)