提交 30222675 编写于 作者: C Cyrus Najmabadi

Remove unused fields.

上级 0cfdafd6
......@@ -16,8 +16,6 @@ internal abstract class AsynchronousTaggerProvider<TTag> :
{
private readonly ITaggerProvider _underlyingTagger;
public event EventHandler<SnapshotSpanEventArgs> TagsChanged;
protected AsynchronousTaggerProvider(
IAsynchronousOperationListener asyncListener,
IForegroundNotificationService notificationService)
......
......@@ -17,8 +17,6 @@ internal abstract class AsynchronousViewTaggerProvider<TTag> :
{
private readonly IViewTaggerProvider _underlyingTagger;
public event EventHandler<SnapshotSpanEventArgs> TagsChanged;
protected AsynchronousViewTaggerProvider(
IAsynchronousOperationListener asyncListener,
IForegroundNotificationService notificationService)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册