diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-12-14 09:29:24 -0500 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-12-14 09:29:24 -0500 |
commit | e86f82f10d2c734ae2ca7def9b94994142c8d63b (patch) | |
tree | 9bf60b0201616ab2a4b801539332b5b6316f9f4e | |
parent | 7cf35a88ba2c6c0ededaaba919083eed95dead00 (diff) |
Fixing warning
-rw-r--r-- | src/rebar_reltool.erl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/rebar_reltool.erl b/src/rebar_reltool.erl index a354b26..a0e3434 100644 --- a/src/rebar_reltool.erl +++ b/src/rebar_reltool.erl @@ -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) -> |