Browse Source

Remove unneeded alias, typo

pull/525/head
Sebastien Lebreton 11 years ago
parent
commit
f58b56b828
  1. 3
      ILSpy/TreeNodes/Analyzer/AnalyzedTypeUsedByTreeNode.cs

3
ILSpy/TreeNodes/Analyzer/AnalyzedTypeUsedByTreeNode.cs

@ -22,7 +22,6 @@ using System.Linq; @@ -22,7 +22,6 @@ using System.Linq;
using System.Threading;
using Mono.Cecil;
using Mono.Cecil.Cil;
using TypeDefinition = Mono.Cecil.TypeDefinition;
namespace ICSharpCode.ILSpy.TreeNodes.Analyzer
{
@ -159,7 +158,7 @@ namespace ICSharpCode.ILSpy.TreeNodes.Analyzer @@ -159,7 +158,7 @@ namespace ICSharpCode.ILSpy.TreeNodes.Analyzer
private bool IsUsedInCustomAttribute(CustomAttribute attribute)
{
// No need search in custom attribe, ILSpy already provide an "Applied To" search.
// No need search in custom attribute, ILSpy already provide an "Applied To" search.
return false;
}

Loading…
Cancel
Save