From c1df8b889d4a9d8316d707e3ba8728f2628d5788 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 18 Mar 2016 20:26:10 +0100 Subject: [PATCH] MdeModulePkg: BootManagerMenuApp: 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: Jordan Justen Reviewed-by: Star Zeng Reviewed-by: Feng Tian Reviewed-by: Jeff Fan --- MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c index 9547c7eb5a..be1341061e 100644 --- a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c +++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c @@ -500,7 +500,6 @@ DrawBootPopupMenu ( EFI_STRING String; UINTN Index; UINTN Width; - UINTN Height; UINTN StartCol; UINTN StartRow; UINTN PrintRow; @@ -514,7 +513,6 @@ DrawBootPopupMenu ( SavedAttribute = gST->ConOut->Mode->Attribute; gST->ConOut->SetAttribute (gST->ConOut, EFI_WHITE | EFI_BACKGROUND_BLUE); Width = BootMenuData->MenuScreen.Width; - Height = BootMenuData->MenuScreen.Height; StartCol = BootMenuData->MenuScreen.StartCol; StartRow = BootMenuData->MenuScreen.StartRow; ItemCountPerScreen = BootMenuData->ScrollBarControl.ItemCountPerScreen; -- 2.39.2