From 7ecff575c9a40c7cd98ecba5757bda7ab3933801 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Tue, 2 Feb 2021 13:35:44 -0800 Subject: [PATCH] Remove redundant 'FALL_THROUGH' from a switch-case. --- src/internal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 479ea62..f6f73d1 100644 --- a/src/internal.c +++ b/src/internal.c @@ -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; }