refactor: drop a couple of unused macros / includes
This commit is contained in:
parent
7f66c6a9e2
commit
35c429ef1d
|
@ -38,12 +38,6 @@
|
||||||
]).
|
]).
|
||||||
|
|
||||||
-include_lib("emqx/include/logger.hrl").
|
-include_lib("emqx/include/logger.hrl").
|
||||||
-include_lib("emqx/include/emqx_mqtt.hrl").
|
|
||||||
|
|
||||||
-define(ACK_REF(ClientPid, PktId), {ClientPid, PktId}).
|
|
||||||
|
|
||||||
%% Messages towards ack collector process
|
|
||||||
-define(REF_IDS(Ref, Ids), {Ref, Ids}).
|
|
||||||
|
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
%% emqx_bridge_connect callbacks
|
%% emqx_bridge_connect callbacks
|
||||||
|
|
Loading…
Reference in New Issue