Skip to content

Commit

Permalink
Update deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
dgud committed Feb 22, 2024
1 parent cf9cb7b commit 5dec40a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified bootstrap/lib/stdlib/ebin/otp_internal.beam
Binary file not shown.
2 changes: 2 additions & 0 deletions lib/stdlib/src/otp_internal.erl
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ obsolete(zlib, setBufSize, 2) ->
{removed, "this function has been removed"};
obsolete(auth, node_cookie, _) ->
{deprecated, "use erlang:set_cookie/2 and net_adm:ping/1 instead"};
obsolete(mnesia_registry, create_table, _) ->
{deprecated, "Use mnesia:create_table/2 instead", "OTP 28"};
obsolete(asn1ct, decode, _) ->
{removed, "use Mod:decode/2 instead"};
obsolete(asn1ct, encode, _) ->
Expand Down

0 comments on commit 5dec40a

Please sign in to comment.