From 47bbb5e6579fb38d6906f259d8d882b677d38758 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Mon, 4 Sep 2023 15:58:30 +0200 Subject: Drop unused EFI_IMAGE_SECURITY_DATABASE_GUID definition The code actually uses EFI_SECURE_BOOT_DB_GUID which is defined in include/guid.h, drop the unused EFI_IMAGE_SECURITY_DATABASE_GUID define from shim.c Signed-off-by: Vitaly Kuznetsov --- shim.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'shim.c') diff --git a/shim.c b/shim.c index 87202f7f..47c44d59 100644 --- a/shim.c +++ b/shim.c @@ -52,8 +52,6 @@ extern struct { UINT32 vendor_deauthorized_offset; } cert_table; -#define EFI_IMAGE_SECURITY_DATABASE_GUID { 0xd719b2cb, 0x3d3a, 0x4596, { 0xa3, 0xbc, 0xda, 0xd0, 0x0e, 0x67, 0x65, 0x6f }} - typedef enum { DATA_FOUND, DATA_NOT_FOUND, -- cgit v1.2.3