Vlv2TbltDevicePkg/PlatformPei: Remove the unused variable
Fix the following error from gcc: Vlv2TbltDevicePkg/PlatformPei/MemoryCallback.c: In function ?MemoryDiscoveredPpiNotifyCallback?: Vlv2TbltDevicePkg/PlatformPei/MemoryCallback.c:115:20: error: variable ?Status? set but not used [-Werror=unused-but-set-variable] Cc: David Wei <david.wei@intel.com> Cc: "Wu, Hao A" <hao.a.wu@intel.com> Cc: "Lu, ShifeiX A" <shifeix.a.lu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: David Wei <david.wei@intel.com>
This commit is contained in:
@@ -103,7 +103,6 @@ MemoryDiscoveredPpiNotifyCallback (
|
|||||||
|
|
||||||
@retval EFI_SUCCESS If the function completed successfully.
|
@retval EFI_SUCCESS If the function completed successfully.
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
MemoryDiscoveredPpiNotifyCallback (
|
MemoryDiscoveredPpiNotifyCallback (
|
||||||
@@ -113,7 +112,7 @@ MemoryDiscoveredPpiNotifyCallback (
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
||||||
EFI_BOOT_MODE BootMode;
|
EFI_BOOT_MODE BootMode;
|
||||||
UINT32 Pages;
|
UINT32 Pages;
|
||||||
VOID* Memory;
|
VOID* Memory;
|
||||||
UINTN Size;
|
UINTN Size;
|
||||||
|
Reference in New Issue
Block a user