mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Fixing warning
This commit is contained in:
parent
7cf35a88ba
commit
e86f82f10d
1 changed files with 0 additions and 8 deletions
|
@ -195,14 +195,6 @@ dump_spec(Spec) ->
|
|||
ok
|
||||
end.
|
||||
|
||||
post_process_spec(ReltoolConfig, Spec) ->
|
||||
case lists:keysearch(rebar, 1, ReltoolConfig) of
|
||||
{value, RebarConfig} ->
|
||||
process_rebar_specs(RebarConfig, Spec);
|
||||
false ->
|
||||
Spec
|
||||
end.
|
||||
|
||||
process_rebar_specs([], Spec) ->
|
||||
Spec;
|
||||
process_rebar_specs([{empty_dirs, Dirs} | Rest], Spec) ->
|
||||
|
|
Loading…
Reference in a new issue