Skip to content

Commit d904b46

Browse files
committed
[stdlib] Dictionary.Index: Remove duplicate definition for _isNative
1 parent 35502ef commit d904b46

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

stdlib/public/core/Dictionary.swift

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,19 +1856,6 @@ extension Dictionary.Index {
18561856
}
18571857
#endif
18581858

1859-
@usableFromInline @_transparent
1860-
internal var _isNative: Bool {
1861-
switch _variant {
1862-
case .native:
1863-
return true
1864-
#if _runtime(_ObjC)
1865-
case .cocoa:
1866-
_cocoaPath()
1867-
return false
1868-
#endif
1869-
}
1870-
}
1871-
18721859
@usableFromInline @_transparent
18731860
internal var _asNative: _HashTable.Index {
18741861
switch _variant {

0 commit comments

Comments
 (0)