From: eric_tian Date: Mon, 13 Jul 2009 03:24:25 +0000 (+0000) Subject: remove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them are... X-Git-Tag: edk2-stable201903~17396 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=86c64631f0c0aa398cf1f34113b1b51d74593b99;hp=b6d47a83ac311c8980472f3d83ff477f58491a7c remove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them are not optional. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8913 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c index 4610c90dec..f05bf0c3fa 100644 --- a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c +++ b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c @@ -663,7 +663,6 @@ GetFormsetDefaultVarstoreId ( } - DEBUG_CODE_BEGIN (); if (FormSet->DefaultVarStoreId == 0) { DEBUG ((EFI_D_INFO, "FormSet %g: No Varstore Found\n", &FormSet->Guid)); } else { @@ -679,7 +678,6 @@ GetFormsetDefaultVarstoreId ( DefaultStorage->Name = AllocateCopyPool (StrSize (FrameworkReservedVarstoreName), FrameworkReservedVarstoreName); } } - DEBUG_CODE_END (); return; }