refactor(schema): delete unused type cipher()

This commit is contained in:
Zaiming (Stone) Shi 2023-11-08 16:33:47 +01:00
parent 7a0a0bee98
commit 40c2ca134d
1 changed files with 0 additions and 6 deletions

View File

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