mirror of https://github.com/acidanthera/audk.git
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:
parent
b6d47a83ac
commit
86c64631f0
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue