Remove unused PSK TAB macro
This commit is contained in:
parent
19822c15bd
commit
3f1b788fe8
|
@ -19,8 +19,6 @@
|
||||||
%% SSL PSK Callbacks
|
%% SSL PSK Callbacks
|
||||||
-export([lookup/3]).
|
-export([lookup/3]).
|
||||||
|
|
||||||
-define(TAB, ?MODULE).
|
|
||||||
|
|
||||||
-type psk_identity() :: string().
|
-type psk_identity() :: string().
|
||||||
-type psk_user_state() :: term().
|
-type psk_user_state() :: term().
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue