We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacfbe6 commit cfc12b5Copy full SHA for cfc12b5
SecurityPkg/Library/HashLibTpm2/HashLibTpm2PeilessSecLib.c
@@ -559,7 +559,6 @@ HasLibTpm2PeilessSecLibConstructor (
559
TRANSFER_LIST_HEADER *TransferList;
560
VOID *EventLog;
561
UINTN EventLogSize;
562
- TCG_PCR_EVENT *TcgPcrEvent;
563
TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct;
564
TCG_EfiSpecIdEventAlgorithmSize *DigestSize;
565
UINTN Idx;
@@ -585,7 +584,6 @@ HasLibTpm2PeilessSecLibConstructor (
585
584
goto DisableHandler;
586
}
587
588
- TcgPcrEvent = (TCG_PCR_EVENT *)EventLog;
589
TcgEfiSpecIdEventStruct = (TCG_EfiSpecIDEventStruct *)
590
(EventLog + OFFSET_OF (TCG_PCR_EVENT, Event));
591
0 commit comments