mirror of https://github.com/acidanthera/audk.git
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:
parent
01e1171ebd
commit
6e6971f0e2
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue