Skip to content

Commit

Permalink
Remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Feb 5, 2025
1 parent 3810e2e commit 8e12b31
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ public ProjectState(StateSet owner, ProjectId projectId)
_lastResult = DiagnosticAnalysisResult.CreateInitialResult(projectId);
}

public ImmutableHashSet<DocumentId> GetDocumentsWithDiagnostics()
=> _lastResult.DocumentIdsOrEmpty;

/// <summary>
/// Return all diagnostics for the given project stored in this state
/// </summary>
Expand Down

0 comments on commit 8e12b31

Please sign in to comment.