Skip to content

Commit

Permalink
Remove internal
Browse files Browse the repository at this point in the history
Summary: ^

Differential Revision: D54955272

fbshipit-source-id: bb39fb94acdf9ac8708ee49cb78245673d05b741
  • Loading branch information
Rhapsod authored and facebook-github-bot committed Mar 15, 2024
1 parent 7993765 commit 37d367d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions finer_taint/src/finer_taint_compiler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1087,8 +1087,7 @@ rewrite_qualifier([BoolExpr | Tail], Body, EmptyClauseBody) ->
% eqwalizer:ignore This should be cast_dynamic, but can't import eqwalizer module here because parse transform
{'case', Anno, BoolExpr, [TrueClause, FalseClause]}.

% Reverse engineered from core erlang transforms, see
% https://fb.workplace.com/groups/314858790176161/permalink/457623689233003/
% Reverse engineered from core erlang transforms
-spec rewrite_comprehension(expr()) -> expr().
rewrite_comprehension({lc, Anno, ExprBody, Qualifiers}) ->
rewrite_qualifier(Qualifiers, ExprBody, [{nil, Anno}]);
Expand Down

0 comments on commit 37d367d

Please sign in to comment.