From bca163ff11c38b5495f9b71f5dd3638e510f1890 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Wed, 21 Sep 2011 01:56:00 +0000 Subject: Clean up the private GUID definition in module Level. Signed-off-by: lgao4 Reviewed-by: jcarsey git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12394 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c') diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c index b54d8e1f28..9ab5d89748 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c @@ -16,10 +16,6 @@ STATIC CONST CHAR16 mFileName[] = L"Debug1Commands"; EFI_HANDLE gShellDebug1HiiHandle = NULL; -CONST EFI_GUID gShellDebug1HiiGuid = \ - { \ - 0x25f200aa, 0xd3cb, 0x470a, { 0xbf, 0x51, 0xe7, 0xd1, 0x62, 0xd2, 0x2e, 0x6f } \ - }; /** Gets the debug file name. This will be used if HII is not working. -- cgit v1.2.3