Removed namespaced_types

* introduced for handling deprecated types existing before R17
* introduced in 523a66ad74
* CI/CD handles R19 up to R24
* R19 and onwards have dict:dict/0 [1,2]

[1] https://www.erlang.org/docs/19/man/dict
[2] https://www.erlang.org/docs/24/man/dict#type-dict
This commit is contained in:
Ariel Otilibili 2024-02-17 21:59:32 +01:00
parent 7b7d5b559d
commit 2286a6ed9b
3 changed files with 1 additions and 20 deletions

View file

@ -9,8 +9,7 @@
%% Compiler Options ============================================================
{erl_opts,
[{platform_define, "^[0-9]+", namespaced_types},
{platform_define, "^2", unicode_str},
[{platform_define, "^2", unicode_str},
{platform_define, "^(R|1|20)", fun_stacktrace},
debug_info,
warnings_as_errors]}.