1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Dialyzer: Replace re:mp dirty workaround from 0bbc255 with other less dirty

This commit is contained in:
Badlop 2024-02-29 16:43:04 +01:00
parent cd30538130
commit 2378ea9c07
6 changed files with 16 additions and 16 deletions

View file

@ -62,7 +62,5 @@
_ -> 'Elixir.Logger':bare_log(error, io_lib:format(Format, Args), [?MODULE])
end).
-type re_mp() :: {re_pattern, _, _, _, _}. % Copied from re.erl
%% Uncomment if you want to debug p1_fsm/gen_fsm
%%-define(DBGFSM, true).