Parcourir la source

chore: drop unused macrodefs

Andrew Mayorov il y a 2 ans
Parent
commit
781942cc4f
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  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]}).
 -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 uri_string() :: iodata().
 
 
 -type tmpl_token() :: list({var, binary()} | {str, binary()}).
 -type tmpl_token() :: list({var, binary()} | {str, binary()}).