Skip to content

Commit d159d77

Browse files
committed
drop inline
1 parent 60c8d7f commit d159d77

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5756,14 +5756,6 @@ defmodule Module.Types.Descr do
57565756

57575757
## BDD helpers
57585758

5759-
@compile {:inline,
5760-
bdd_leaf_new: 2,
5761-
bdd_node_new: 4,
5762-
bdd_normalize: 1,
5763-
bdd_hash: 1,
5764-
bdd_compute_hash: 4,
5765-
bdd_leaf_value: 1,
5766-
bdd_equal?: 2}
57675759
defp bdd_leaf_new(arg1, arg2), do: {:erlang.phash2({arg1, arg2}), arg1, arg2}
57685760

57695761
defp bdd_node_new(lit, c, u, d),

0 commit comments

Comments
 (0)