]> git.ipfire.org Git - thirdparty/grub.git/commit
kern/efi/sb: Remove duplicate efi_shim_lock_guid variable
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 17 May 2021 12:57:30 +0000 (20:57 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 28 May 2021 10:49:56 +0000 (12:49 +0200)
commitf17e8b9ed2ea4652755200854cf7029c18e25833
tree5740b54fe0f61e2a0f99d93d65a437927901cf6c
parentc0e647eb0e2bd09315612446cb4d90f7f75cb44c
kern/efi/sb: Remove duplicate efi_shim_lock_guid variable

The efi_shim_lock_guid local variable and shim_lock_guid global variable
have the same GUID value. Only the latter is retained.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/kern/efi/sb.c