Skip to content

Commit f41ec48

Browse files
author
Michiel Vermeersch
committed
Removed @CheckReturnValue from Completable.blockingSubscribeBy
1 parent 49fa4af commit f41ec48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/io/reactivex/rxkotlin3/subscribers.kt

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ fun <T : Any> Single<T>.blockingSubscribeBy(
130130
/**
131131
* Overloaded blockingSubscribe function that allows passing named parameters
132132
*/
133-
@CheckReturnValue
134133
@SchedulerSupport(SchedulerSupport.NONE)
135134
fun Completable.blockingSubscribeBy(
136135
onError: (Throwable) -> Unit = onErrorStub,

0 commit comments

Comments
 (0)