Skip to content

Commit 979b92c

Browse files
committed
Removes Float80.
1 parent ab5391a commit 979b92c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Sources/DataSources/FloatingPointType+IdentifiableType.swift

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,3 @@ extension Float : IdentifiableType {
2323
extension Double : IdentifiableType {
2424

2525
}
26-
27-
#if swift(>=3.0)
28-
extension Float80 : IdentifiableType {
29-
typealias identity = Float80
30-
31-
public var identity: Float80 {
32-
return self
33-
}
34-
}
35-
#endif

0 commit comments

Comments
 (0)