rebar.config: drop left-overs from DIAMETER compilation

This commit is contained in:
Vadim Yanitskiy 2019-08-16 16:19:47 +02:00
parent 3ab8635b33
commit feebe65c84
1 changed files with 0 additions and 7 deletions

View File

@ -9,13 +9,6 @@
{xref_checks, [undefined_function_calls, undefined_functions,
deprecated_function_calls, deprecated_functions]}.
{provider_hooks,
[{pre,
[{compile, {diameter, compile}},
{clean, {diameter, clean}}
]}
]}.
{dialyzer, [
{plt_extra_apps, [kernel, stdlib, erts, tools, inets, compiler]},
{warnings, [no_improper_lists]}