MdeModulePkg Ip4Dxe: Remove a redundant function

The function Ip4Config2OnDhcp4Event that is never called
has been removed.
https://bugzilla.tianocore.org/show_bug.cgi?id=1062

Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: shenglei <shenglei.zhang@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
shenglei 2018-08-08 16:19:52 +08:00 committed by Star Zeng
parent f787da363b
commit 3028d73e5a
1 changed files with 0 additions and 16 deletions

View File

@ -1628,22 +1628,6 @@ Ip4Config2InitIfInfo (
CopyMem (&IfInfo->HwAddress, &IpSb->SnpMode.CurrentAddress, IfInfo->HwAddressSize); CopyMem (&IfInfo->HwAddress, &IpSb->SnpMode.CurrentAddress, IfInfo->HwAddressSize);
} }
/**
The event handle routine when DHCPv4 process is finished or is updated.
@param[in] Event Not used.
@param[in] Context The pointer to the IP4 configuration instance data.
**/
VOID
EFIAPI
Ip4Config2OnDhcp4Event (
IN EFI_EVENT Event,
IN VOID *Context
)
{
return ;
}
/** /**