Remove void cast on non-existent variable in single threaded mode

pull/181/head
kaleb-himes 2019-07-05 17:00:05 -06:00
parent 3b2ea810c0
commit 051764972b
1 changed files with 0 additions and 1 deletions

View File

@ -719,7 +719,6 @@ THREAD_RETURN WOLFSSH_THREAD server_test(void* args)
ThreadJoin(thread);
#else
server_worker(threadCtx);
(void)thread;
#endif /* SINGLE_THREADED */
} while (multipleConnections);