Skip to content

Commit

Permalink
remove m_internal_client
Browse files Browse the repository at this point in the history
  • Loading branch information
jmklix authored Jun 6, 2024
1 parent bd27a4d commit 048b5da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/utils/CommandLineUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ namespace Utils
const char **m_endPosition = nullptr;
Aws::Crt::Map<Aws::Crt::String, CommandLineOption> m_registeredCommands;

Aws::Iot::MqttClient m_internal_client;
Aws::Crt::Http::HttpClientConnectionProxyOptions GetProxyOptionsForMQTTConnection();
std::shared_ptr<Aws::Crt::Mqtt::MqttConnection> GetClientConnectionForMQTTConnection(
Aws::Iot::MqttClient *client,
Expand Down

0 comments on commit 048b5da

Please sign in to comment.