summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2018-10-06 10:45:06 -0600
committerGitHub <noreply@github.com>2018-10-06 10:45:06 -0600
commit4d92f3c040680213127fc3faa9638e1cd34b50fa (patch)
tree3604f226235c3eadf7f37755dacdf5de4cf534cd
parent21f0a4ebc233120f6634f010d082e71b97a8dd90 (diff)
remove unused app_compilers app env setting (#1903)
-rw-r--r--src/rebar.app.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src
index 724f921..6058efc 100644
--- a/src/rebar.app.src
+++ b/src/rebar.app.src
@@ -40,8 +40,8 @@
{pkg, rebar_pkg_resource},
{hg, rebar_hg_resource}]},
- {app_compilers, [{erl, rebar_erlc_compiler}]},
- {compilers, [rebar_compiler_xrl, rebar_compiler_yrl, rebar_compiler_mib, rebar_compiler_erl]},
+ {compilers, [rebar_compiler_xrl, rebar_compiler_yrl,
+ rebar_compiler_mib, rebar_compiler_erl]},
{providers, [rebar_prv_app_discovery,
rebar_prv_as,