fix(dialyzer): delete stale code
This commit is contained in:
parent
ca1a21c786
commit
b7531839cd
|
@ -175,19 +175,11 @@
|
|||
%% Behaviour
|
||||
%% -------------------------------------------------------------------
|
||||
|
||||
-if(?OTP_RELEASE < 26).
|
||||
-callback create(clientinfo(), conninfo(), conf()) ->
|
||||
term().
|
||||
-callback open(clientinfo(), conninfo(), conf()) ->
|
||||
term().
|
||||
-callback destroy(t() | clientinfo()) -> ok.
|
||||
-else.
|
||||
-callback create(clientinfo(), conninfo(), conf()) ->
|
||||
t().
|
||||
-callback open(clientinfo(), conninfo(), conf()) ->
|
||||
{_IsPresent :: true, t(), _ReplayContext} | false.
|
||||
-callback destroy(t() | clientinfo()) -> ok.
|
||||
-endif.
|
||||
|
||||
%%--------------------------------------------------------------------
|
||||
%% Create a Session
|
||||
|
|
Loading…
Reference in New Issue