Skip to content

Commit 089fc70

Browse files
committed
Remove unused local
1 parent 737d7b5 commit 089fc70

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

StyleCop.Analyzers.Status.Generator/SolutionReader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public async Task<ImmutableList<StyleCopDiagnostic>> GetDiagnosticsAsync()
123123

124124
string id = match.Groups["id"].Value;
125125
string shortName = match.Groups["name"].Value;
126-
string type = match.Groups["type"].Value;
127126
CodeFixStatus codeFixStatus;
128127
string noCodeFixReason = null;
129128
bool hasImplementation = true;

0 commit comments

Comments
 (0)