mirror of https://github.com/acidanthera/audk.git
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;
|
||||
BOOLEAN DstBufAlocated;
|
||||
UINTN Size;
|
||||
UINTN LinkTimeBase;
|
||||
|
||||
ZeroMem (&Image->ImageContext, sizeof (Image->ImageContext));
|
||||
|
||||
|
|
Loading…
Reference in New Issue