mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 12:58:30 +00:00
Remove unreachable code from ssl_pthread_server
This commit is contained in:
parent
97884a31cb
commit
9dbe7c5f17
1 changed files with 0 additions and 2 deletions
|
@ -240,8 +240,6 @@ static void *handle_ssl_connection( void *data )
|
|||
thread_id, -ret );
|
||||
goto thread_exit;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
len = ret;
|
||||
|
|
Loading…
Reference in a new issue