diff options
author | John Högberg <john@erlang.org> | 2022-02-21 23:02:50 +0100 |
---|---|---|
committer | John Högberg <john@erlang.org> | 2022-02-21 23:20:30 +0100 |
commit | bcd4399354b32880ed404a720d05c5f172d2b25f (patch) | |
tree | 0e2c2d05463e7cfb5069c410400eb52df0d111a8 /system | |
parent | 0a49044182ddf3f7e14ca9e5dcbd87e16b1a8440 (diff) | |
download | erlang-bcd4399354b32880ed404a720d05c5f172d2b25f.tar.gz |
runtime_tools: Schedule erts_alloc_config for removal
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/general_info/DEPRECATIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS index a7e48f599a..d4b348e3a8 100644 --- a/system/doc/general_info/DEPRECATIONS +++ b/system/doc/general_info/DEPRECATIONS @@ -27,6 +27,7 @@ httpd_util:decode_hex/1 since=25 remove=26 crypto:crypto_dyn_iv_init/3 since=25 remove=27 crypto:crypto_dyn_iv_update/3 since=25 remove=27 +erts_alloc_config:_/_ since=25 remove=26 # # Added in OTP 24. |