diff --git a/RxBlocking/RunLoopLock.swift b/RxBlocking/RunLoopLock.swift index 97c509d3..8b5eec73 100644 --- a/RxBlocking/RunLoopLock.swift +++ b/RxBlocking/RunLoopLock.swift @@ -39,7 +39,6 @@ class RunLoopLock { } func dispatch(_ action: () -> ()) { - CFRunLoopPerformBlock(currentRunLoop, CFRunLoopMode.defaultMode.rawValue) { if CurrentThreadScheduler.isScheduleRequired { _ = CurrentThreadScheduler.instance.schedule(()) { _ in