This removes various unused variables from SecurityPkg whose presence
is causing failed builds.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheu...@linaro.org>
---
 SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c                     
      | 5 -----
 
SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFileExplorer.c
 | 2 --
 2 files changed, 7 deletions(-)

diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c 
b/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c
index 1e9e1907c004..b48129135fd3 100644
--- a/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c
+++ b/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c
@@ -1255,7 +1255,6 @@ IsDeleteAuthVariable (
   )
 {
   BOOLEAN                       Del;
-  UINT8                         *Payload;
   UINTN                         PayloadSize;
 
   Del = FALSE;
@@ -1270,13 +1269,11 @@ IsDeleteAuthVariable (
       (Attributes == Variable->CurrPtr->Attributes) &&
       ((Attributes & (EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS | 
EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS)) != 0)) {
     if ((Attributes & EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS) != 
0) {
-      Payload = (UINT8 *) Data + AUTHINFO2_SIZE (Data);
       PayloadSize = DataSize - AUTHINFO2_SIZE (Data);
       if (PayloadSize == 0) {
         Del = TRUE;
       }
     } else {
-      Payload = (UINT8 *) Data + AUTHINFO_SIZE;
       PayloadSize = DataSize - AUTHINFO_SIZE;
       if (PayloadSize == 0) {
         Del = TRUE;
@@ -2179,7 +2176,6 @@ VerifyTimeBasedPayload (
   UINT8                            *Buffer;
   UINTN                            Length;
   UINT8                            *SignerCerts;
-  UINT8                            *WrapSigData;
   UINTN                            CertStackSize;
   UINT8                            *CertsInCertDb;
   UINT32                           CertsSizeinDb;
@@ -2188,7 +2184,6 @@ VerifyTimeBasedPayload (
   CertData               = NULL;
   NewData                = NULL;
   Attr                   = Attributes;
-  WrapSigData            = NULL;
   SignerCerts            = NULL;
   RootCert               = NULL;
   CertsInCertDb          = NULL;
diff --git 
a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFileExplorer.c
 
b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFileExplorer.c
index b731865ed774..5ca013c92df2 100644
--- 
a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFileExplorer.c
+++ 
b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFileExplorer.c
@@ -652,7 +652,6 @@ FindFileSystem (
 {
   UINTN                     NoBlkIoHandles;
   UINTN                     NoSimpleFsHandles;
-  UINTN                     NoLoadFileHandles;
   EFI_HANDLE                *BlkIoHandle;
   EFI_HANDLE                *SimpleFsHandle;
   UINT16                    *VolumeLabel;
@@ -669,7 +668,6 @@ FindFileSystem (
 
 
   NoSimpleFsHandles = 0;
-  NoLoadFileHandles = 0;
   OptionNumber      = 0;
   InitializeListHead (&FsOptionMenu.Head);
 
-- 
1.8.3.2


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to