Skip to content

Commit

Permalink
x86/efi: remove unused variables
Browse files Browse the repository at this point in the history
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 <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20191115130830.13320-1-yuehaibing@huawei.com
  • Loading branch information
YueHaibing authored and mpe committed Nov 29, 2019
1 parent 6f07048 commit 6f09019
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions security/integrity/platform_certs/load_uefi.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
#include "../integrity.h"
#include "keyring_handler.h"

static efi_guid_t efi_cert_x509_guid __initdata = EFI_CERT_X509_GUID;
static efi_guid_t efi_cert_x509_sha256_guid __initdata =
EFI_CERT_X509_SHA256_GUID;
static efi_guid_t efi_cert_sha256_guid __initdata = EFI_CERT_SHA256_GUID;

/*
* Look to see if a UEFI variable called MokIgnoreDB exists and return true if
* it does.
Expand Down

0 comments on commit 6f09019

Please sign in to comment.