From fafe3208bd7a837228460fcf01eed7281b17910d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20H=C3=A4user?= Date: Tue, 27 Feb 2018 23:07:25 +0100 Subject: MinPlatformPkg/TestPointLib: Remove an unused variable. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser Reviewed-by: Jiewen Yao --- .../Test/Library/TestPointLib/SmmTestPointCommunication.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPointCommunication.c b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPointCommunication.c index e6fb7bea0e..cce0538832 100644 --- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPointCommunication.c +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPointCommunication.c @@ -31,7 +31,6 @@ GetAllSmmTestPointData ( EFI_ADAPTER_INFORMATION_PROTOCOL *AipCandidate; VOID *InformationBlock; UINTN InformationBlockSize; - ADAPTER_INFO_PLATFORM_TEST_POINT *TestPoint; UINTN TotalSize; EFI_STATUS RetStatus; @@ -69,8 +68,7 @@ GetAllSmmTestPointData ( NoHandles = HandleBufSize / sizeof(EFI_HANDLE); RetStatus = EFI_SUCCESS; - - TestPoint = NULL; + Aip = NULL; InformationBlock = NULL; InformationBlockSize = 0; -- cgit v1.2.3