X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FIp4Dxe%2FIp4Impl.h;h=c49e013c8f44e069a1bb751d6781455d2e37a431;hp=ad8a9276bd78d299128e8b8d4df7aabbf941f8a8;hb=d551cc64cdf1f943744294819220b78a60b10822;hpb=5966402ed51c5b611bf437c812047dc9c432a47e diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.h b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.h index ad8a9276bd..c49e013c8f 100644 --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.h +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.h @@ -1,7 +1,7 @@ /** @file Ip4 internal functions and type defintions. -Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.
+Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -202,11 +202,6 @@ struct _IP4_SERVICE { EFI_EVENT ReconfigEvent; EFI_EVENT ActiveEvent; - // - // The string representation of the current mac address of the - // NIC this IP4_SERVICE works on. - // - CHAR16 *MacString; UINT32 MaxPacketSize; UINT32 OldMaxPacketSize; ///< The MTU before IPsec enable. };