Skip to content

Commit 6f09019

Browse files
YueHaibingmpe
authored andcommitted
x86/efi: remove unused variables
commit ad72367 ("x86/efi: move common keyring handler functions to new file") leave this unused. Fixes: ad72367 ("x86/efi: move common keyring handler functions to new file") Reported-by: Hulk Robot <[email protected]> Signed-off-by: YueHaibing <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6f07048 commit 6f09019

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

security/integrity/platform_certs/load_uefi.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
#include "../integrity.h"
1212
#include "keyring_handler.h"
1313

14-
static efi_guid_t efi_cert_x509_guid __initdata = EFI_CERT_X509_GUID;
15-
static efi_guid_t efi_cert_x509_sha256_guid __initdata =
16-
EFI_CERT_X509_SHA256_GUID;
17-
static efi_guid_t efi_cert_sha256_guid __initdata = EFI_CERT_SHA256_GUID;
18-
1914
/*
2015
* Look to see if a UEFI variable called MokIgnoreDB exists and return true if
2116
* it does.

0 commit comments

Comments
 (0)