Skip to content

Commit 25ffe0e

Browse files
committed
remove comments
1 parent 47b9bf1 commit 25ffe0e

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

lib/elixir/lib/module/types/descr.ex

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4257,25 +4257,6 @@ defmodule Module.Types.Descr do
42574257
{_found, value, _bdd} = map_pop_domain_bdd(tag_or_domains, fields, domain_key)
42584258
union(value, acc)
42594259
end
4260-
4261-
# case map_split_negative_pairs_domain(negs, domain_key) do
4262-
# :empty ->
4263-
# acc
4264-
4265-
# negative ->
4266-
# value =
4267-
# if map_pair_projection_keeps_full_fst?(negative, bdd) do
4268-
# value
4269-
# else
4270-
# negs
4271-
# |> map_split_negative(value, bdd, fn neg_tag, neg_fields ->
4272-
# map_pop_domain_bdd(neg_tag, neg_fields, domain_key)
4273-
# end)
4274-
# |> Enum.reduce(none(), fn {value, _}, acc -> union(value, acc) end)
4275-
# end
4276-
4277-
# union(value, acc)
4278-
# end
42794260
end)
42804261
end
42814262

0 commit comments

Comments
 (0)