Skip to content

Commit dc7d731

Browse files
committed
revert test.h (not the cause)
1 parent d8b0897 commit dc7d731

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wolfssh/test.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,7 @@ static INLINE void WaitTcpReady(tcp_ready* ready)
949949
#ifdef WOLFSSH_TEST_THREADING
950950

951951

952-
#if !defined(WOLFSSH_OLD_THREADING) && !defined(WOLFSSH_OLDER_THREADING) && \
953-
!defined(SINGLE_THREADED)
952+
#if !defined(WOLFSSH_OLD_THREADING) && !defined(WOLFSSH_OLDER_THREADING)
954953

955954
static INLINE void ThreadStart(THREAD_CB fun, void* args, THREAD_TYPE* thread)
956955
{

0 commit comments

Comments
 (0)