Skip to content

Commit

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

Expand Down

0 comments on commit 9f58358

Please sign in to comment.