1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-29 00:34:26 +03:00

Remove unused function

This commit is contained in:
Tae Won Ha 2018-07-07 16:30:37 +02:00
parent c1280d07fa
commit f9ce73625d
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -90,10 +90,6 @@ extension PrimitiveSequence where TraitType == SingleTrait {
.ignoreElements()
}
func asCompletable() -> Completable {
return self.asObservable().ignoreElements()
}
func syncValue() -> Element? {
var trigger = false
var value: Element?