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 8e12b31 commit 7f68865
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ public ImmutableArray<DiagnosticData> GetOtherDiagnostics()
public DiagnosticAnalysisResult ToAggregatedForm()
=> new(ProjectId, Version, DocumentIds, IsEmpty);

public DiagnosticAnalysisResult UpdateAggregatedResult(VersionStamp version, DocumentId documentId)
=> new(ProjectId, version, DocumentIdsOrEmpty.Add(documentId), isEmpty: false);

public DiagnosticAnalysisResult DropExceptSyntax()
{
// quick bail out
Expand Down

0 comments on commit 7f68865

Please sign in to comment.