Skip to content

Commit 32a600d

Browse files
committed
fix dialyzer
1 parent 702f390 commit 32a600d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/elixir_ls_utils/lib/completion_engine.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,8 +1398,6 @@ defmodule ElixirLS.Utils.CompletionEngine do
13981398
end
13991399
end
14001400

1401-
defp get_struct_info(_, _metadata), do: {"", %{}}
1402-
14031401
defp match_map_fields(fields, hint, type, %State.Env{} = _env, %Metadata{} = metadata) do
14041402
{subtype, origin, types, doc, meta} =
14051403
case type do

0 commit comments

Comments
 (0)