PEI Core: Remove unused variable in PeiLoadImageLoadImage function.

The ICC compiler generated a warning due to this unused variable.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9334 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2009-10-08 21:35:03 +00:00
parent 01e1171ebd
commit 6e6971f0e2
1 changed files with 0 additions and 3 deletions

View File

@ -223,7 +223,6 @@ PeiLoadImageLoadImage (
UINT64 ImageSize;
EFI_PHYSICAL_ADDRESS ImageEntryPoint;
UINT16 Machine;
PEI_CORE_INSTANCE *Private;
EFI_SECTION_TYPE SearchType1;
EFI_SECTION_TYPE SearchType2;
@ -265,8 +264,6 @@ PeiLoadImageLoadImage (
}
}
Private = PEI_CORE_INSTANCE_FROM_PS_THIS (PeiServices);
//
// If memory is installed, perform the shadow operations
//