From 8e12b3139290e857d01e613f6be6202cfdbfaa14 Mon Sep 17 00:00:00 2001 From: Cyrus Najmabadi Date: Wed, 5 Feb 2025 09:31:37 -0800 Subject: [PATCH] Remove unused methods --- .../EngineV2/DiagnosticIncrementalAnalyzer.ProjectState.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/LanguageServer/Protocol/Features/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.ProjectState.cs b/src/LanguageServer/Protocol/Features/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.ProjectState.cs index 84bd0eacdc28..19a572315f6f 100644 --- a/src/LanguageServer/Protocol/Features/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.ProjectState.cs +++ b/src/LanguageServer/Protocol/Features/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.ProjectState.cs @@ -39,9 +39,6 @@ public ProjectState(StateSet owner, ProjectId projectId) _lastResult = DiagnosticAnalysisResult.CreateInitialResult(projectId); } - public ImmutableHashSet GetDocumentsWithDiagnostics() - => _lastResult.DocumentIdsOrEmpty; - /// /// Return all diagnostics for the given project stored in this state ///