Browse Source

chore: drop unused macrodefs

Andrew Mayorov 2 năm trước cách đây
mục cha
commit
781942cc4f
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      apps/emqx_plugin_libs/src/emqx_plugin_libs_rule.erl

+ 0 - 5
apps/emqx_plugin_libs/src/emqx_plugin_libs_rule.erl

@@ -68,11 +68,6 @@
 
 -compile({no_auto_import, [float/1]}).
 
--define(EX_PLACE_HOLDER, "(\\$\\{[a-zA-Z0-9\\._]+\\})").
-
-%% Space and CRLF
--define(EX_WITHE_CHARS, "\\s").
-
 -type uri_string() :: iodata().
 
 -type tmpl_token() :: list({var, binary()} | {str, binary()}).