mirror of https://github.com/acidanthera/audk.git
remove debug code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4982 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
982a9eaea2
commit
5c88defe6d
|
@ -251,7 +251,6 @@ EfiPxeBcStart (
|
|||
EFI_PXE_BASE_CODE_MODE *Mode;
|
||||
EFI_STATUS Status;
|
||||
|
||||
CpuDeadLoop ();
|
||||
if (This == NULL) {
|
||||
return EFI_INVALID_PARAMETER;
|
||||
}
|
||||
|
@ -2356,7 +2355,6 @@ EfiPxeLoadFile (
|
|||
BlockSize = 0x8000;
|
||||
Status = EFI_DEVICE_ERROR;
|
||||
|
||||
CpuDeadLoop ();
|
||||
if (This == NULL || BufferSize == NULL) {
|
||||
|
||||
return EFI_INVALID_PARAMETER;
|
||||
|
|
Loading…
Reference in New Issue