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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user