Skip to content

Commit

Permalink
fix compile error: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Oct 9, 2023
1 parent 9f58358 commit 3211d3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Mqtt5ClientTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3187,8 +3187,6 @@ static int s_TestMqtt5to3AdapterNullPubAck(Aws::Crt::Allocator *allocator, void
mqtt5TestVars.m_private_key_path_string.c_str(),
allocator);
ASSERT_TRUE(builder);
std::mutex mutex;
std::condition_variable cv;

String testUUID = Aws::Crt::UUID().ToString();
String testTopic = "test/MQTT5to3Adapter_" + testUUID;
Expand Down

0 comments on commit 3211d3c

Please sign in to comment.