From b061e9cefaba80a24ca93e746a2877a31c189b99 Mon Sep 17 00:00:00 2001 From: Joseph Klix Date: Wed, 12 Jun 2024 13:59:52 -0500 Subject: [PATCH] remove m_internal_client (#726) --- samples/utils/CommandLineUtils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/utils/CommandLineUtils.h b/samples/utils/CommandLineUtils.h index d5a0ea961..a4f1a3af8 100644 --- a/samples/utils/CommandLineUtils.h +++ b/samples/utils/CommandLineUtils.h @@ -194,7 +194,6 @@ namespace Utils const char **m_endPosition = nullptr; Aws::Crt::Map m_registeredCommands; - Aws::Iot::MqttClient m_internal_client; Aws::Crt::Http::HttpClientConnectionProxyOptions GetProxyOptionsForMQTTConnection(); std::shared_ptr GetClientConnectionForMQTTConnection( Aws::Iot::MqttClient *client,