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:
parent
c1280d07fa
commit
f9ce73625d
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user