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:
vanjeff 2008-03-10 06:59:56 +00:00
parent 8d285ec0ce
commit 89e430b0d4
1 changed files with 0 additions and 1 deletions

View File

@ -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;