From 8192be265ee142d4a71cc9024a2ce0060a3d686d Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 18 Mar 2016 20:30:31 +0100 Subject: MdeModulePkg: BootMaintenanceManagerUiLib: remove set but unused variables Cc: Feng Tian Cc: Star Zeng Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Eric Dong Reviewed-by: Jordan Justen Reviewed-by: Star Zeng Reviewed-by: Feng Tian Reviewed-by: Jeff Fan --- MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c') diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c index a34ac85046..564a228b7c 100644 --- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c +++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c @@ -867,9 +867,6 @@ BootMaintCallback ( BMM_CALLBACK_DATA *Private; BM_MENU_ENTRY *NewMenuEntry; BMM_FAKE_NV_DATA *CurrentFakeNVMap; - UINTN OldValue; - UINTN NewValue; - UINTN Number; UINTN Index; EFI_DEVICE_PATH_PROTOCOL * File; @@ -879,9 +876,6 @@ BootMaintCallback ( // return EFI_UNSUPPORTED; } - OldValue = 0; - NewValue = 0; - Number = 0; Private = BMM_CALLBACK_DATA_FROM_THIS (This); // -- cgit v1.2.3