mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmVirtualizationPkg/PciHostBridgeDxe: Removed unreachable statement
... raised by ARM toolchain. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17093 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d1c561f9d3
commit
df22e1fd50
|
@ -466,11 +466,9 @@ NotifyPhase(
|
|||
}
|
||||
|
||||
return ReturnStatus;
|
||||
|
||||
} else {
|
||||
return EFI_NOT_READY;
|
||||
}
|
||||
break;
|
||||
|
||||
case EfiPciHostBridgeSetResources:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue