Browse Source

Remove dead code from SearchResult

pull/1213/head
Siegfried Pammer 7 years ago
parent
commit
41a089ec51
  1. 7
      ILSpy/SearchPane.cs

7
ILSpy/SearchPane.cs

@ -330,13 +330,8 @@ namespace ICSharpCode.ILSpy @@ -330,13 +330,8 @@ namespace ICSharpCode.ILSpy
}
}
sealed class SearchResult : INotifyPropertyChanged, IMemberTreeNode
sealed class SearchResult : IMemberTreeNode
{
event PropertyChangedEventHandler INotifyPropertyChanged.PropertyChanged {
add { }
remove { }
}
public static readonly System.Collections.Generic.IComparer<SearchResult> Comparer = new SearchResultComparer();
public MemberReference Member { get; set; }

Loading…
Cancel
Save