Skip to content

Commit 2923360

Browse files
committed
Platform/ARM/Morello: Remove unused variable
Found by compiling in GCC5 or GCC with stronger warnings currently PR-d in tianocore/edk2#11761 Signed-off-by: Mike Beaton <mjsbeaton@gmail.com>
1 parent 675f692 commit 2923360

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Platform/ARM/Morello/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,6 @@ GetArchCommonNameSpaceObject (
791791
)
792792
{
793793
EFI_STATUS Status;
794-
EDKII_PLATFORM_REPOSITORY_INFO *PlatformRepo;
795794
EDKII_COMMON_PLATFORM_REPOSITORY_INFO *CommonPlatRepo;
796795

797796
if ((This == NULL) || (CmObject == NULL)) {
@@ -801,7 +800,6 @@ GetArchCommonNameSpaceObject (
801800
}
802801

803802
Status = EFI_NOT_FOUND;
804-
PlatformRepo = This->PlatRepoInfo;
805803
CommonPlatRepo = This->PlatRepoInfo->CommonPlatRepoInfo;
806804

807805
// Search for the FVP platform specific Arch Common namespace objects

0 commit comments

Comments
 (0)