Skip to content

Commit 153dfd3

Browse files
committed
Remove non-windows code in test5
1 parent 1475e9a commit 153dfd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test5.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,9 @@ void sendAndReceive(MQTTAsync* c, int qos, char* test_topic)
474474
475475
*********************************************************************/
476476

477-
//static mutex_type client_mutex = NULL;
477+
/*static mutex_type client_mutex = NULL;
478478
static pthread_mutex_t client_mutex_store = PTHREAD_MUTEX_INITIALIZER;
479-
static mutex_type client_mutex = &client_mutex_store;
479+
static mutex_type client_mutex = &client_mutex_store;*/
480480

481481
void asyncTestOnDisconnect(void* context, MQTTAsync_successData* response)
482482
{

0 commit comments

Comments
 (0)