From c4f4112b7c9896543ef33a8f95467d6802f3f3b5 Mon Sep 17 00:00:00 2001 From: ljin6 Date: Tue, 2 Mar 2010 03:13:22 +0000 Subject: [PATCH] Remove some comments according to the latest UEFI Spec 2_3_Errata_B. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10152 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/PxeBaseCode.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MdePkg/Include/Protocol/PxeBaseCode.h b/MdePkg/Include/Protocol/PxeBaseCode.h index 96ef04f423..7af601d599 100644 --- a/MdePkg/Include/Protocol/PxeBaseCode.h +++ b/MdePkg/Include/Protocol/PxeBaseCode.h @@ -233,12 +233,6 @@ typedef struct { UINT8 DhcpOptions[56]; } EFI_PXE_BASE_CODE_DHCPV4_PACKET; -/// -/// Note: EFI_PXE_BASE_CODE_DHCPV6_PACKET and EFI_PXE_BASE_CODE_PACKET are not -/// consistent with the current UEFI2.3 specification. It's supposed that -/// they will be consistent in the next version. -/// - /// /// DHCPV6 Packet structure. ///