Skip to content

Commit

Permalink
Remove unused field.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdesmet committed Sep 26, 2017
1 parent 9eaa572 commit f3e885d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace System.Reactive
{
internal sealed class ScheduledAsyncObserver<T> : ScheduledAsyncObserverBase<T>
{
private readonly IAsyncObserver<T> _observer;
private readonly IAsyncScheduler _scheduler;

private readonly SerialAsyncDisposable _disposable = new SerialAsyncDisposable();
Expand Down

0 comments on commit f3e885d

Please sign in to comment.