Remove unneeded rebar configuration option

This commit is contained in:
Juan Jose Comellas 2011-04-18 10:48:52 -03:00 committed by Juan Jose Comellas
parent cc1654d316
commit 2981dfe63e

View File

@ -1,4 +1,3 @@
{erl_first_files, ["src/getopt.erl"]}.
{erl_opts, [warn_unused_vars,
warn_export_all,
warn_shadow_vars,
@ -14,4 +13,4 @@
warn_missing_spec,
warn_untyped_record, debug_info]}.
{dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}.
{xref_checks, [undefined_function_calls]}.
{xref_checks, [undefined_function_calls]}.