cleanup: Remove unreachable code

There is no need for unreachable code in these places, so remove it.

Signed-off-by: Baligh Gasmi <gasmibal@gmail.com>
This commit is contained in:
Baligh Gasmi 2022-02-18 17:22:23 +01:00 committed by Jouni Malinen
parent 9683195ee5
commit 3d86fcee07
5 changed files with 0 additions and 5 deletions

View file

@ -138,7 +138,6 @@ static unsigned int conf_offset_val(enum confidentiality_offset co)
switch (co) {
case CONFIDENTIALITY_OFFSET_30:
return 30;
break;
case CONFIDENTIALITY_OFFSET_50:
return 50;
default: