Skip to content

Commit

Permalink
Merge pull request #3486 from shoma2da/remove-unused-imports
Browse files Browse the repository at this point in the history
1.x: Remove unused imports
  • Loading branch information
akarnokd committed Nov 9, 2015
2 parents 36c50f9 + 9390856 commit 3e2b3b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/rx/Single.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import rx.annotations.Experimental;
import rx.exceptions.Exceptions;
import rx.exceptions.OnErrorNotImplementedException;
import rx.functions.Action0;
import rx.functions.Action1;
import rx.functions.Func1;
import rx.functions.Func2;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/rx/internal/operators/OperatorDelay.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import java.util.concurrent.TimeUnit;

import rx.Observable;
import rx.Observable.Operator;
import rx.Scheduler;
import rx.Scheduler.Worker;
Expand Down

0 comments on commit 3e2b3b1

Please sign in to comment.