Skip to content

Commit f3d8b02

Browse files
committed
remove comments
1 parent c46b3cb commit f3d8b02

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
@@ -4270,25 +4270,6 @@ defmodule Module.Types.Descr do
42704270
{_found, value, _bdd} = map_pop_domain_bdd(tag_or_domains, fields, domain_key)
42714271
union(value, acc)
42724272
end
4273-
4274-
# case map_split_negative_pairs_domain(negs, domain_key) do
4275-
# :empty ->
4276-
# acc
4277-
4278-
# negative ->
4279-
# value =
4280-
# if map_pair_projection_keeps_full_fst?(negative, bdd) do
4281-
# value
4282-
# else
4283-
# negs
4284-
# |> map_split_negative(value, bdd, fn neg_tag, neg_fields ->
4285-
# map_pop_domain_bdd(neg_tag, neg_fields, domain_key)
4286-
# end)
4287-
# |> Enum.reduce(none(), fn {value, _}, acc -> union(value, acc) end)
4288-
# end
4289-
4290-
# union(value, acc)
4291-
# end
42924273
end)
42934274
end
42944275

0 commit comments

Comments
 (0)