Remove unused PSK TAB macro

This commit is contained in:
terry-xiaoyu 2019-06-14 16:54:29 +08:00 committed by Shawn
parent 19822c15bd
commit 3f1b788fe8
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@
%% SSL PSK Callbacks
-export([lookup/3]).
-define(TAB, ?MODULE).
-type psk_identity() :: string().
-type psk_user_state() :: term().