mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-24 10:17:45 +02:00
MdePkg/BasePcdLibNull: Remove ASSERT from LibPcdGetSize, LibPcdGetExSize
GetSize routines should return zero size when checking Token existence Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com> Reviewed-by: Vitaly Cheptsov <vit9696@protonmail.com>
This commit is contained in:
parent
cd3eff6270
commit
dce6ca1193
@ -174,8 +174,6 @@ LibPcdGetSize (
|
||||
IN UINTN TokenNumber
|
||||
)
|
||||
{
|
||||
ASSERT (FALSE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -353,8 +351,6 @@ LibPcdGetExSize (
|
||||
IN UINTN TokenNumber
|
||||
)
|
||||
{
|
||||
ASSERT (FALSE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user