Skip to content

Commit

Permalink
nixd/Server: remove outdated comment, NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Aug 15, 2023
1 parent ee531aa commit d1704af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nixd/lib/Server/Controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,6 @@ Controller::Controller(std::unique_ptr<lspserver::InboundPort> In,
Registry.addNotification("nixd/ipc/diagnostic", this,
&Controller::onEvalDiagnostic);

// Registry.addMethod("nixd/ipc/option/textDocument/declaration", this,
// &Controller::onOptionDeclaration);

Registry.addNotification("nixd/ipc/finished", this, &Controller::onFinished);

readJSONConfig();
Expand Down

0 comments on commit d1704af

Please sign in to comment.