Skip to content

Commit

Permalink
Update shell.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
frazze-jobb authored Jul 4, 2024
1 parent 0b1880b commit 83b8f12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/stdlib/src/shell.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,6 @@ local_func(tf, [{atom,_,A}], Bs, _Shell, _RT, FT, _Lf, _Ef) ->
local_func(tf, [_], _Bs, _Shell, _RT, _FT, _Lf, _Ef) ->
erlang:raise(error, function_clause, [{shell,tf,1}]);
local_func(rd, [{string, _, TypeDef}], Bs, _Shell, RT, FT, _Lf, _Ef) ->
%% currently not documented in help()
case erl_scan:tokens([], TypeDef, {1,1}, [text,{reserved_word_fun,fun erl_scan:reserved_word/1}]) of
{done, {ok, Toks, _}, _} ->
case erl_parse:parse_form(Toks) of
Expand Down

0 comments on commit 83b8f12

Please sign in to comment.