Removed have_callback_support

* introduced by 95f723e1e0
* mentioned as well in 47bcbd49b6
* introduced for compatibility with OTP R14
* CI/CD now tests from R19 and onwards.
This commit is contained in:
Ariel Otilibili 2024-02-04 12:29:03 +01:00
parent 20d049ea4f
commit eca2d2129c
3 changed files with 0 additions and 39 deletions

View file

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