Skip to content

Commit 5a14428

Browse files
Jacob Mizrajishahmishal
authored andcommitted
comment out NSError bridging in Contacts Overlay
1 parent c514e80 commit 5a14428

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stdlib/public/SDK/Contacts/Contacts.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
@_exported import Contacts
1414
import Foundation
1515

16-
@available(OSX, introduced: 10.11)
17-
@available(iOS, introduced: 9.0)
18-
extension CNErrorCode : _BridgedNSError {
19-
public static var _nsErrorDomain: String { return CNErrorDomain }
20-
}
16+
// @available(OSX, introduced: 10.11)
17+
// @available(iOS, introduced: 9.0)
18+
// extension CNErrorCode : _BridgedNSError {
19+
// public static var _nsErrorDomain: String { return CNErrorDomain }
20+
// }
2121

0 commit comments

Comments
 (0)