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:
parent
9683195ee5
commit
3d86fcee07
5 changed files with 0 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue