Skip to content

Commit

Permalink
remove not used fun
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Apr 21, 2024
1 parent d71d525 commit 1eb62a7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/elixir_sense/core/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,6 @@ defmodule ElixirSense.Core.Metadata do
end
end

def get_function_info(%__MODULE__{} = metadata, module, function) do
case Map.get(metadata.mods_funs_to_positions, {module, function, nil}) do
nil -> %{positions: [], params: []}
info -> info
end
end

@builtin_functions BuiltinFunctions.all()
|> Enum.map(&elem(&1, 0))
|> Kernel.--([:exception, :message])
Expand Down

0 comments on commit 1eb62a7

Please sign in to comment.