Skip to content
Snippets Groups Projects
Commit 8bf6dab4 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Remove unused code

parent 58da4504
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!18Update Bindings
//import Bindings
//
//public struct NetworkHealthProvider {
// public var get: () -> Bool
//
// public func callAsFunction() -> Bool {
// get()
// }
//}
//
//extension NetworkHealthProvider {
// public static func live(bindingsClient: BindingsCmix) -> NetworkHealthProvider {
// NetworkHealthProvider(get: bindingsClient.isNetworkHealthy)
// }
//}
//
//#if DEBUG
//extension NetworkHealthProvider {
// public static let failing = NetworkHealthProvider {
// fatalError("Not implemented")
// }
//}
//#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment