diff options
author | Tristan Sloughter <[email protected]> | 2014-05-09 08:45:24 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2014-05-14 17:30:57 -0500 |
commit | dd55959854069553b40f2bc2f2f7c5c7fc7c5a94 (patch) | |
tree | 967afbea1f132b9a962ea00f90b9680bc1f1e185 /src/rlx_prv_config.erl | |
parent | 7d3626779ce5716055b31eed76feb81a9fcb2210 (diff) | |
download | relx-dd55959854069553b40f2bc2f2f7c5c7fc7c5a94.tar.gz relx-dd55959854069553b40f2bc2f2f7c5c7fc7c5a94.tar.bz2 relx-dd55959854069553b40f2bc2f2f7c5c7fc7c5a94.zip |
refactor tar and relup commands to own providers
Diffstat (limited to 'src/rlx_prv_config.erl')
-rw-r--r-- | src/rlx_prv_config.erl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rlx_prv_config.erl b/src/rlx_prv_config.erl index dd7dc70..c795334 100644 --- a/src/rlx_prv_config.erl +++ b/src/rlx_prv_config.erl @@ -137,11 +137,6 @@ load_terms({system_libs, SystemLibs}, {ok, State}) -> system_libs, SystemLibs), {ok, State2}; -load_terms({overlay_vars, OverlayVars}, {ok, State}) -> - State2 = rlx_state:put(State, - overlay_vars, - list_of_overlay_vars_files(OverlayVars)), - {ok, State2}; load_terms({lib_dirs, Dirs}, {ok, State}) -> State2 = rlx_state:add_lib_dirs(State, |