From 35c429ef1d43c02ac5315fc3e453db5abbc567e9 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Mon, 30 Jan 2023 14:49:56 +0300 Subject: [PATCH] refactor: drop a couple of unused macros / includes --- apps/emqx_connector/src/mqtt/emqx_connector_mqtt_mod.erl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/emqx_connector/src/mqtt/emqx_connector_mqtt_mod.erl b/apps/emqx_connector/src/mqtt/emqx_connector_mqtt_mod.erl index 870f9acfc..afe173985 100644 --- a/apps/emqx_connector/src/mqtt/emqx_connector_mqtt_mod.erl +++ b/apps/emqx_connector/src/mqtt/emqx_connector_mqtt_mod.erl @@ -38,12 +38,6 @@ ]). -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