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
This commit is contained in:
eric_tian 2009-07-13 03:24:25 +00:00
parent b6d47a83ac
commit 86c64631f0
1 changed files with 0 additions and 2 deletions

View File

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