Skip to content

Commit 8915b8b

Browse files
committed
Remove 'inner.unsubscribe'
1 parent 89bb9db commit 8915b8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rxjava-core/src/main/java/rx/operators/OperatorSubscribeOn.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public void call() {
6969
@Override
7070
public void call(final Inner inner) {
7171
cs.unsubscribe();
72-
inner.unsubscribe();
7372
}
7473

7574
});

0 commit comments

Comments
 (0)