Skip to content

Commit ff5656b

Browse files
committed
Removed unused test function
1 parent 7fcf5a9 commit ff5656b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

rxjava-core/src/test/java/rx/operators/OperationJoinTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ public Observable<T> call(Integer t1) {
4949
}
5050
};
5151
}
52-
Action1<Integer> toList(final Collection<Integer> out) {
53-
return new Action1<Integer>() {
54-
@Override
55-
public void call(Integer t1) {
56-
out.add(t1);
57-
}
58-
};
59-
}
6052
@Before
6153
public void before() {
6254
MockitoAnnotations.initMocks(this);

0 commit comments

Comments
 (0)