Remove redundant 'FALL_THROUGH' from a switch-case.

pull/318/head
John Safranek 2021-02-02 13:35:44 -08:00
parent 52c60faa8c
commit 7ecff575c9
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
1 changed files with 0 additions and 1 deletions

View File

@ -1634,7 +1634,6 @@ int wolfSSH_SendPacket(WOLFSSH* ssh)
case WS_CBIO_ERR_GENERAL:
ShrinkBuffer(&ssh->outputBuffer, 1);
FALL_THROUGH;
}
return WS_SOCKET_ERROR_E;
}