]> git.proxmox.com Git - mirror_edk2.git/commitdiff
remove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them are...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Jul 2009 03:24:25 +0000 (03:24 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Jul 2009 03:24:25 +0000 (03:24 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8913 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c

index 4610c90deca5168fad26984fe75f185efd30f886..f05bf0c3fa405f3cf6c85a47a153b3bd2798c2b8 100644 (file)
@@ -663,7 +663,6 @@ GetFormsetDefaultVarstoreId (
     \r
   }\r
 \r
-  DEBUG_CODE_BEGIN ();\r
   if (FormSet->DefaultVarStoreId == 0) {\r
     DEBUG ((EFI_D_INFO, "FormSet %g: No Varstore Found\n", &FormSet->Guid));\r
   } else {\r
@@ -679,7 +678,6 @@ GetFormsetDefaultVarstoreId (
       DefaultStorage->Name = AllocateCopyPool (StrSize (FrameworkReservedVarstoreName), FrameworkReservedVarstoreName);\r
     }\r
   }\r
-  DEBUG_CODE_END ();\r
   \r
   return;\r
 }\r