Skip to content

Commit

Permalink
removed unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
heejaechang committed Apr 11, 2015
1 parent 2e438ae commit fc3b082
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Features/Core/Diagnostics/HostAnalyzerManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ internal sealed partial class HostAnalyzerManager
/// </summary>
private readonly ImmutableDictionary<string, AnalyzerReference> _hostAnalyzerReferencesMap;

/// <summary>
/// Map contains <see cref="AnalyzerReference"/> to <see cref="HostDiagnosticAnalyzerPackage.Name"/>.
/// </summary>
private readonly ImmutableDictionary<AnalyzerReference, string> _hostAnalyzerReferenceNameMap;

/// <summary>
/// Key is the language the <see cref="DiagnosticAnalyzer"/> supports and key for the second map is analyzer reference identity and
/// <see cref="DiagnosticAnalyzer"/> for that assembly reference.
Expand Down

0 comments on commit fc3b082

Please sign in to comment.