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