Skip to content

Commit 0e052fd

Browse files
committed
Remove unused :match_var tuple
1 parent 578fd6e commit 0e052fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/module/types/pattern.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ defmodule Module.Types.Pattern do
328328
end
329329

330330
def of_match_var(ast, expected, expr, stack, context) do
331-
of_match(ast, expected, expr, {:match_var, expected}, stack, context)
331+
of_match(ast, expected, expr, :default, stack, context)
332332
end
333333

334334
## Patterns

0 commit comments

Comments
 (0)