summaryrefslogtreecommitdiff
path: root/src/rebar_prv_compile.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-05-28 11:07:38 -0500
committerTristan Sloughter <t@crashfast.com>2015-05-28 22:13:31 -0500
commit7d33dbf6aab358751c1edb9a25174ae811b6a0d7 (patch)
tree2d09d7b39c99a2633553ea2d6cc19fd34ca488e3 /src/rebar_prv_compile.erl
parent4ff95cee31cb7d06bd239e4d4ccbf8b59cdebdda (diff)
store plugin providers in app_info's state for deps
Diffstat (limited to 'src/rebar_prv_compile.erl')
-rw-r--r--src/rebar_prv_compile.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_prv_compile.erl b/src/rebar_prv_compile.erl
index c60406d..c98cf45 100644
--- a/src/rebar_prv_compile.erl
+++ b/src/rebar_prv_compile.erl
@@ -36,7 +36,6 @@ do(State) ->
rebar_utils:remove_from_code_path(PluginDepsPaths),
code:add_pathsa(DepsPaths),
-
ProjectApps = rebar_state:project_apps(State),
Providers = rebar_state:providers(State),
Deps = rebar_state:deps_to_build(State),