mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
Fix build error caused by the unused local variable
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7860 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
df098cd518
commit
1e34ba7e0c
@ -190,7 +190,6 @@ CoreLoadPeImage (
|
|||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
BOOLEAN DstBufAlocated;
|
BOOLEAN DstBufAlocated;
|
||||||
UINTN Size;
|
UINTN Size;
|
||||||
UINTN LinkTimeBase;
|
|
||||||
|
|
||||||
ZeroMem (&Image->ImageContext, sizeof (Image->ImageContext));
|
ZeroMem (&Image->ImageContext, sizeof (Image->ImageContext));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user