Skip to content

Commit

Permalink
Update deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Nov 20, 2023
1 parent 2f3dcc8 commit 93f6225
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bootstrap/lib/stdlib/ebin/otp_internal.beam
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/stdlib/src/otp_internal.erl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ obsolete(gen_fsm, _, _) ->
obsolete(random, _, _) ->
{deprecated, "use the 'rand' module instead"};
obsolete(slave, _, _) ->
{deprecated, "use the 'peer' module instead", "OTP 27"};
{deprecated, "use the 'peer' module instead", "OTP 29"};
obsolete(erts_alloc_config, _, _) ->
{removed, "this module has as of OTP 26.0 been removed"};
obsolete(os_mon_mib, _, _) ->
Expand Down

0 comments on commit 93f6225

Please sign in to comment.