mirror of https://github.com/acidanthera/audk.git
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;
|
||||
EFI_STATUS Status;
|
||||
|
||||
CpuDeadLoop ();
|
||||
Private = AllocateZeroPool (sizeof (PXEBC_PRIVATE_DATA));
|
||||
if (Private == NULL) {
|
||||
return EFI_OUT_OF_RESOURCES;
|
||||
|
|
Loading…
Reference in New Issue