Fix a Dialyzer warning in the recently introduced rebar_otp_appup.erl

This commit is contained in:
Tuncer Ayaz 2015-03-31 19:03:20 +02:00
parent 9b69740fa1
commit 8f317965eb

View file

@ -38,8 +38,7 @@
%% Public API
%% ===================================================================
-spec compile(rebar_config:config(), file:filename()) ->
{'ok', rebar_config:config()}.
-spec compile(rebar_config:config(), file:filename()) -> 'ok'.
compile(Config, _AppFile) ->
%% If we get an *.appup.src file, it needs to be pre-processed and
%% written out as a ebin/*.appup file.