Skip to content

Commit

Permalink
remove m_internal_client (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmklix authored Jun 12, 2024
1 parent 59ae36c commit b061e9c
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 b061e9c

Please sign in to comment.