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

Remove unused fields.

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