MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘return’ instruction in the switch().

Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13778 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
erictian
2012-09-29 02:44:33 +00:00
parent deb8a0615d
commit 02bbc6ee99
5 changed files with 0 additions and 15 deletions

View File

@ -196,7 +196,6 @@ PeimDispatchReadiness (
}
DEBUG ((DEBUG_DISPATCH, " RESULT = %a\n", IsPpiInstalled (PeiServices, StackPtr) ? "TRUE" : "FALSE"));
return IsPpiInstalled (PeiServices, StackPtr);
break;
case (EFI_DEP_NOT):
DEBUG ((DEBUG_DISPATCH, " NOT\n"));