From feea5a22b00c33ada05964838a01d592b93f4eac Mon Sep 17 00:00:00 2001 From: Eric Severance Date: Tue, 24 Dec 2024 15:15:09 -0800 Subject: [PATCH] Remove previous static bool --- src/mqtt/MQTT.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mqtt/MQTT.cpp b/src/mqtt/MQTT.cpp index ad4f5f2f9..a8a3e49ea 100644 --- a/src/mqtt/MQTT.cpp +++ b/src/mqtt/MQTT.cpp @@ -46,7 +46,6 @@ constexpr int reconnectMax = 5; static uint8_t bytes[meshtastic_MqttClientProxyMessage_size + 30]; // 12 for channel name and 16 for nodeid static bool isMqttServerAddressPrivate = false; -static bool isDefaultMqttServer; // meshtastic_ServiceEnvelope that automatically releases dynamically allocated memory when it goes out of scope. struct DecodedServiceEnvelope : public meshtastic_ServiceEnvelope {