Browse Source

Analyzer: removed redundant field from AnalyzedMethodUsedByTreeNode

pull/170/head
Ed Harvey 14 years ago
parent
commit
323ea1a35f
  1. 1
      ILSpy/TreeNodes/Analyzer/AnalyzedMethodUsedByTreeNode.cs

1
ILSpy/TreeNodes/Analyzer/AnalyzedMethodUsedByTreeNode.cs

@ -31,7 +31,6 @@ namespace ICSharpCode.ILSpy.TreeNodes.Analyzer @@ -31,7 +31,6 @@ namespace ICSharpCode.ILSpy.TreeNodes.Analyzer
private readonly MethodDefinition analyzedMethod;
private readonly ThreadingSupport threading;
private ConcurrentDictionary<MethodDefinition, int> foundMethods;
private object hashLock = new object();
public AnalyzedMethodUsedByTreeNode(MethodDefinition analyzedMethod)
{

Loading…
Cancel
Save