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:
lgao4 2009-03-11 01:52:09 +00:00
parent df098cd518
commit 1e34ba7e0c
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ CoreLoadPeImage (
EFI_STATUS Status;
BOOLEAN DstBufAlocated;
UINTN Size;
UINTN LinkTimeBase;
ZeroMem (&Image->ImageContext, sizeof (Image->ImageContext));