Topic: Warning when building WolfSSH
wolfssh_server.c:115:12: warning: 'ssh_worker' defined but not used [-Wunused-function]
115 static int ssh_worker(thread_ctx_t* threadCtx) {
^~~~~~~~~~
I can find no use of this routine in the code. Can you please comment as to whether this routine can be removed from the file?