refactor(schema): delete unused type cipher()
This commit is contained in:
parent
7a0a0bee98
commit
40c2ca134d
|
@ -28,14 +28,8 @@
|
|||
|
||||
-include("emqx_conf.hrl").
|
||||
|
||||
-type cipher() :: map().
|
||||
|
||||
-behaviour(hocon_schema).
|
||||
|
||||
-reflect_type([
|
||||
cipher/0
|
||||
]).
|
||||
|
||||
-export([
|
||||
namespace/0, roots/0, fields/1, translations/0, translation/1, validations/0, desc/1, tags/0
|
||||
]).
|
||||
|
|
Loading…
Reference in New Issue