Skip to content

Commit

Permalink
fix(runtime): remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Aug 12, 2023
1 parent b390483 commit 4375a48
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/next_ls/runtime.ex
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,6 @@ defmodule NextLS.Runtime do
end

def handle_info({:nodedown, node}, %{node: node} = state) do
unless is_ready(state) do
state.on_initialized.({:error, :nodedown})
end

{:stop, {:shutdown, :nodedown}, state}
end

Expand Down

0 comments on commit 4375a48

Please sign in to comment.