diff options
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiShellLevel1CommandsLib/If.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellLevel1CommandsLib/If.c b/ShellPkg/Library/UefiShellLevel1CommandsLib/If.c index a8af5ed7dc..f3fc6b06a8 100644 --- a/ShellPkg/Library/UefiShellLevel1CommandsLib/If.c +++ b/ShellPkg/Library/UefiShellLevel1CommandsLib/If.c @@ -306,8 +306,6 @@ TestOperation ( ASSERT(FALSE);
return (FALSE);
}
- ASSERT(FALSE);
- return (FALSE);
}
EFI_STATUS
|