From 743d5dd61bbe5cf413f11287259c91175326c420 Mon Sep 17 00:00:00 2001 From: Hayden Roche Date: Tue, 4 Oct 2022 16:00:46 -0700 Subject: [PATCH] Remove infinite macro (provided by wolfSSL types.h now). --- wolfssh/test.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfssh/test.h b/wolfssh/test.h index 9851947..c0c9fca 100644 --- a/wolfssh/test.h +++ b/wolfssh/test.h @@ -175,7 +175,6 @@ typedef void* THREAD_RETURN; typedef pthread_t THREAD_TYPE; #define WOLFSSH_THREAD - #define INFINITE -1 #define WAIT_OBJECT_0 0L #elif defined(WOLFSSL_NUCLEUS) || defined(FREESCALE_MQX) typedef unsigned int THREAD_RETURN;