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 1c3aec5 commit 3810e2e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ public ProjectState(StateSet owner, ProjectId projectId)
public ImmutableHashSet<DocumentId> GetDocumentsWithDiagnostics()
=> _lastResult.DocumentIdsOrEmpty;

public bool IsEmpty()
=> _lastResult.IsEmpty;

public bool IsEmpty(DocumentId documentId)
=> IsEmpty(_lastResult, documentId);

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

0 comments on commit 3810e2e

Please sign in to comment.