From c9742e51b6f27eb5f836410d5f208ad7d34b2c98 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sat, 20 Aug 2016 03:13:41 +0200 Subject: [PATCH] Removes Float80 extensions. --- .../FloatingPointType+IdentifiableType.swift | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/RxExample/RxDataSources/DataSources/FloatingPointType+IdentifiableType.swift b/RxExample/RxDataSources/DataSources/FloatingPointType+IdentifiableType.swift index 7b6ce28a..d11eaee1 100644 --- a/RxExample/RxDataSources/DataSources/FloatingPointType+IdentifiableType.swift +++ b/RxExample/RxDataSources/DataSources/FloatingPointType+IdentifiableType.swift @@ -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