Skip to content

Commit

Permalink
Drop unused EFI_IMAGE_SECURITY_DATABASE_GUID definition
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vittyvk authored and vathpela committed Nov 12, 2024
1 parent f6674fe commit 47bbb5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shim.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 47bbb5e

Please sign in to comment.