Explorar el Código

Remove unused PSK TAB macro

terry-xiaoyu hace 6 años
padre
commit
3f1b788fe8
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/emqx_psk.erl

+ 0 - 2
src/emqx_psk.erl

@@ -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().