mqtt client: removed unused code.

This commit is contained in:
Martin Preuss
2023-04-25 00:37:40 +02:00
parent 2bc1752597
commit 3094048e4b
2 changed files with 0 additions and 31 deletions

View File

@@ -22,7 +22,6 @@ struct AQH_ENDPOINT_MQTTC {
uint16_t lastPacketId;
uint16_t keepAliveTime;
GWEN_MSG_ENDPOINT_RUN_FN previousRunFn;
GWEN_CONN_ENDPOINT_CONNECT_FN previousConnectFn;
};