Skip to content

Commit

Permalink
Merge pull request #3342 from KevinTCoughlin/remove-unnecessary-onstart
Browse files Browse the repository at this point in the history
Remove redundant onStart implementation in OperatorGroupBy
  • Loading branch information
abersnaze committed Oct 7, 2015
2 parents aed1186 + 8d21e08 commit 29ce486
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/rx/internal/operators/OperatorGroupBy.java
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,6 @@ public void call() {
}

}).unsafeSubscribe(new Subscriber<T>(o) {
@Override
public void onStart() {
}
@Override
public void onCompleted() {
o.onCompleted();
Expand Down

0 comments on commit 29ce486

Please sign in to comment.