Kaynağa Gözat

fix(emqx_auth_mnesia_api): Dialyzer warnings

ayodele.akingbule 5 yıl önce
ebeveyn
işleme
6ffb20e1d4

+ 0 - 8
apps/emqx_auth_mnesia/src/emqx_auth_mnesia_api.erl

@@ -265,14 +265,6 @@ limit(Params) ->
 %% Interval Funcs
 %%------------------------------------------------------------------------------
 
-format({?TABLE, {clientid, ClientId}, Password, _InterTime}) ->
-    #{clientid => ClientId,
-      password => Password};
-
-format({?TABLE, {username, Username}, Password, _InterTime}) ->
-    #{username => Username,
-      password => Password};
-
 format([{?TABLE, {clientid, ClientId}, Password, _InterTime}]) ->
     #{clientid => ClientId,
       password => Password};