summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c')
-rw-r--r--MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c b/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c
index 0a187f5696..98c46668f1 100644
--- a/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c
+++ b/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c
@@ -552,9 +552,6 @@ BootMaintCallback (
BMM_CALLBACK_DATA *Private;
BM_MENU_ENTRY *NewMenuEntry;
BMM_FAKE_NV_DATA *CurrentFakeNVMap;
- UINTN OldValue;
- UINTN NewValue;
- UINTN Number;
UINTN Index;
//
@@ -574,10 +571,6 @@ BootMaintCallback (
return EFI_UNSUPPORTED;
}
- OldValue = 0;
- NewValue = 0;
- Number = 0;
-
Private = BMM_CALLBACK_DATA_FROM_THIS (This);
//