Skip to content

Commit 29ce486

Browse files
committed
Merge pull request ReactiveX#3342 from KevinTCoughlin/remove-unnecessary-onstart
Remove redundant onStart implementation in OperatorGroupBy
2 parents aed1186 + 8d21e08 commit 29ce486

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/rx/internal/operators/OperatorGroupBy.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,6 @@ public void call() {
259259
}
260260

261261
}).unsafeSubscribe(new Subscriber<T>(o) {
262-
@Override
263-
public void onStart() {
264-
}
265262
@Override
266263
public void onCompleted() {
267264
o.onCompleted();

0 commit comments

Comments
 (0)