Skip to content

Commit 67ce00c

Browse files
committed
Remove redundant default implementations on Windows
1 parent 92b3121 commit 67ce00c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Sources/Overlays/_Testing_WinSDK/Attachments/AttachableAsIWICBitmapSource.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,4 @@ extension AttachableAsIWICBitmapSource {
154154
try copyAttachableIWICBitmapSource()
155155
}
156156
}
157-
158-
extension AttachableAsIWICBitmapSource where Self: Sendable {
159-
public func _copyAttachableValue() -> Self {
160-
self
161-
}
162-
163-
public func _deinitializeAttachableValue() {}
164-
}
165157
#endif

0 commit comments

Comments
 (0)