Remove stale commented code

Isaac Clayton created

Change summary

crates/zed/src/languages/language_plugin.rs | 2 --
1 file changed, 2 deletions(-)

Detailed changes

crates/zed/src/languages/language_plugin.rs 🔗

@@ -133,8 +133,6 @@ impl LspAdapterTrait for PluginLspAdapter {
             .await
     }
 
-    // async fn process_diagnostics(&self, _: &mut lsp::PublishDiagnosticsParams) {}
-
     // fn label_for_completion(
     //     &self,
     //     item: &lsp::CompletionItem,