Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamariyan committed Nov 24, 2020
1 parent 6d3f4fa commit 9d9c9ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ internal object CaptureDisposable(object service)
{
disposable.Dispose();
}
_disposables = null;
}
ThrowHelper.ThrowObjectDisposedException();
}
Expand Down

0 comments on commit 9d9c9ae

Please sign in to comment.