summaryrefslogtreecommitdiff
path: root/src/rebar_config.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_config.erl')
-rw-r--r--src/rebar_config.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_config.erl b/src/rebar_config.erl
index 574ebc5..fcb5d62 100644
--- a/src/rebar_config.erl
+++ b/src/rebar_config.erl
@@ -187,7 +187,6 @@ bs(Vars) ->
erl_eval:add_binding(K, V, Bs)
end, erl_eval:new_bindings(), Vars).
-
local_opts([], Acc) ->
lists:reverse(Acc);
local_opts([local | _Rest], Acc) ->