1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Remove unreachable code from ssl_pthread_server

This commit is contained in:
Manuel Pégourié-Gonnard
2014-07-12 02:31:16 +02:00
parent 97884a31cb
commit 9dbe7c5f17

View File

@ -240,8 +240,6 @@ static void *handle_ssl_connection( void *data )
thread_id, -ret ); thread_id, -ret );
goto thread_exit; goto thread_exit;
} }
break;
} }
len = ret; len = ret;