Browse Source

Fixing warning

pull/3/head
Dave Smith 15 years ago
parent
commit
e86f82f10d
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      src/rebar_reltool.erl

+ 0
- 8
src/rebar_reltool.erl View File

@ -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…
Cancel
Save