1
0
mirror of https://github.com/ubf/ubf.git synced 2026-05-02 09:38:49 +00:00

Misc. dialyzer warning fixes

This commit is contained in:
Joseph Wayne Norton
2011-01-04 00:29:07 +09:00
parent 8720353f45
commit 78b97edd6f

View File

@@ -293,9 +293,7 @@ rpc(Pid, Q, Timeout) when is_pid(Pid) ->
Pid ! stop,
timeout
end
end;
rpc(_Pid, _Q, _Timeout) ->
erlang:error(badarg).
end.
%% @spec (pid(), Msg) -> any()
%% @doc Send an asynchronous UBF message.