Removes Float80 extensions.
This commit is contained in:
parent
1f363cea2e
commit
c9742e51b6
|
|
@ -23,13 +23,3 @@ extension Float : IdentifiableType {
|
|||
extension Double : IdentifiableType {
|
||||
|
||||
}
|
||||
|
||||
#if swift(>=3.0)
|
||||
extension Float80 : IdentifiableType {
|
||||
typealias identity = Float80
|
||||
|
||||
public var identity: Float80 {
|
||||
return self
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue