Skip to content

Commit

Permalink
compiler: Remove commented out code in beam_ssa_alias.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
frej committed Aug 3, 2023
1 parent 3b20321 commit 786277f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/compiler/src/beam_ssa_alias.erl
Original file line number Diff line number Diff line change
Expand Up @@ -868,12 +868,6 @@ aa_set_status_1([#b_var{}=V|Rest], Parent, State) ->
aa_set_status_1([], _Parent, State) ->
State.

%% aa_remove_parent(_V, none, State) ->
%% State;
%% aa_remove_parent(V, Parent, State) ->
%% #{V:=#vas{parents=Parents0}=Vas} = State,
%% State#{V=>Vas#vas{parents=ordsets:del_element(Parent, Parents0)}}.

aa_derive_from(Dst, [Parent|Parents], State0) ->
aa_derive_from(Dst, Parents, aa_derive_from(Dst, Parent, State0));
aa_derive_from(_Dst, [], State0) ->
Expand Down

0 comments on commit 786277f

Please sign in to comment.