Przeglądaj źródła

refactor(schema): delete unused type cipher()

Zaiming (Stone) Shi 2 lat temu
rodzic
commit
40c2ca134d
1 zmienionych plików z 0 dodań i 6 usunięć
  1. 0 6
      apps/emqx_conf/src/emqx_conf_schema.erl

+ 0 - 6
apps/emqx_conf/src/emqx_conf_schema.erl

@@ -28,14 +28,8 @@
 
 
 -include("emqx_conf.hrl").
 -include("emqx_conf.hrl").
 
 
--type cipher() :: map().
-
 -behaviour(hocon_schema).
 -behaviour(hocon_schema).
 
 
--reflect_type([
-    cipher/0
-]).
-
 -export([
 -export([
     namespace/0, roots/0, fields/1, translations/0, translation/1, validations/0, desc/1, tags/0
     namespace/0, roots/0, fields/1, translations/0, translation/1, validations/0, desc/1, tags/0
 ]).
 ]).