mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
remove debug code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4814 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8d285ec0ce
commit
89e430b0d4
@ -141,7 +141,6 @@ PxeBcDriverBindingStart (
|
|||||||
UINTN Index;
|
UINTN Index;
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
|
|
||||||
CpuDeadLoop ();
|
|
||||||
Private = AllocateZeroPool (sizeof (PXEBC_PRIVATE_DATA));
|
Private = AllocateZeroPool (sizeof (PXEBC_PRIVATE_DATA));
|
||||||
if (Private == NULL) {
|
if (Private == NULL) {
|
||||||
return EFI_OUT_OF_RESOURCES;
|
return EFI_OUT_OF_RESOURCES;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user