summaryrefslogtreecommitdiff
path: root/QcomModulePkg/Library/BootLib/MenuKeysDetection.c
diff options
context:
space:
mode:
Diffstat (limited to 'QcomModulePkg/Library/BootLib/MenuKeysDetection.c')
-rw-r--r--QcomModulePkg/Library/BootLib/MenuKeysDetection.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/QcomModulePkg/Library/BootLib/MenuKeysDetection.c b/QcomModulePkg/Library/BootLib/MenuKeysDetection.c
index f994734967..130eaf1728 100644
--- a/QcomModulePkg/Library/BootLib/MenuKeysDetection.c
+++ b/QcomModulePkg/Library/BootLib/MenuKeysDetection.c
@@ -99,8 +99,6 @@ STATIC VOID SetDeviceUnlockValue(INTN Type, BOOLEAN Status)
DeviceInfo *DevInfo = NULL;
struct RecoveryMessage Msg;
- extern EFI_GUID gEfiMiscPartitionGuid;
-
/* Read Device Info */
DevInfo = AllocateZeroPool(sizeof(DeviceInfo));
if (DevInfo == NULL) {
@@ -139,8 +137,6 @@ STATIC VOID UpdateDeviceStatus(OPTION_MENU_INFO *MsgInfo, INTN Reason)
{
CHAR8 FfbmPageBuffer[FFBM_MODE_BUF_SIZE];
- extern EFI_GUID gEfiMiscPartitionGuid;
-
/* Clear the screen */
gST->ConOut->ClearScreen (gST->ConOut);