diff --git a/src/EditorFeatures/Core/Implementation/EditAndContinue/EditAndContinueDiagnosticUpdateSource.cs b/src/EditorFeatures/Core/Implementation/EditAndContinue/EditAndContinueDiagnosticUpdateSource.cs index b67f4a813b147a303a9183954ae86f8afc83f683..100f50efa9b103e392ad499285168492bbf3ff0e 100644 --- a/src/EditorFeatures/Core/Implementation/EditAndContinue/EditAndContinueDiagnosticUpdateSource.cs +++ b/src/EditorFeatures/Core/Implementation/EditAndContinue/EditAndContinueDiagnosticUpdateSource.cs @@ -129,8 +129,7 @@ public ImmutableArray ReportDiagnostics(object errorId, Solution sol diagnostics: projectDiagnosticData.ToImmutable())); } - var result = documentIds.AsImmutableOrEmpty(); - return result; + return documentIds.AsImmutableOrEmpty(); } internal ImmutableArray ReportDiagnostics(DebuggingSession session, object errorId, ProjectId projectId, Solution solution, IEnumerable diagnostics)