summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPointCommunication.c4
1 files changed, 1 insertions, 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;