X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellLevel1CommandsLib%2FUefiShellLevel1CommandsLib.c;h=a9dd6ccdabcde6c31be8f2af12f313fc42dc4d64;hp=7fc8690ceb6720539b2618af61765bc8030e3ebf;hb=bca163ff11c38b5495f9b71f5dd3638e510f1890;hpb=eca218a7cee77c255ee5992590e8e4bb1c20a662 diff --git a/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c b/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c index 7fc8690ceb..a9dd6ccdab 100644 --- a/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c +++ b/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c @@ -16,11 +16,6 @@ STATIC CONST CHAR16 mFileName[] = L"ShellCommands"; EFI_HANDLE gShellLevel1HiiHandle = NULL; -CONST EFI_GUID gShellLevel1HiiGuid = \ - { \ - 0xdec5daa4, 0x6781, 0x4820, { 0x9c, 0x63, 0xa7, 0xb0, 0xe4, 0xf1, 0xdb, 0x31 } - }; - /** Return the help text filename. Only used if no HII information found.