ShellPkg: Fix "unreachable code" warning with VS2005

Since all paths of the switch block now return, it
is not possible to reach the code following the switch
block.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10894 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2010-09-20 07:03:51 +00:00
parent 80448f6c1a
commit 7effcbff29
1 changed files with 0 additions and 2 deletions

View File

@ -306,8 +306,6 @@ TestOperation (
ASSERT(FALSE);
return (FALSE);
}
ASSERT(FALSE);
return (FALSE);
}
EFI_STATUS