chore: drop unused macrodefs

This commit is contained in:
Andrew Mayorov 2023-03-09 13:56:22 +03:00
parent 0a7f6c7d03
commit 781942cc4f
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 0 additions and 5 deletions

View File

@ -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()}).