summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-07-18 20:58:34 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-24 08:56:32 +0900
commitb5fe7001ee18c3ff636885a30fc8fc9476a28588 (patch)
tree3d52767e59375aa6ec50c33989897dd99d4d2c41 /src
parent67633c078c518cacd275bebba1ccc2a896ba61ad (diff)
downloadsystemd-b5fe7001ee18c3ff636885a30fc8fc9476a28588.tar.gz
systemd-b5fe7001ee18c3ff636885a30fc8fc9476a28588.tar.bz2
systemd-b5fe7001ee18c3ff636885a30fc8fc9476a28588.zip
efi: drop unused define
Diffstat (limited to 'src')
-rw-r--r--src/boot/efi/shim.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/boot/efi/shim.c b/src/boot/efi/shim.c
index 9ec54796ec..9e072d294f 100644
--- a/src/boot/efi/shim.c
+++ b/src/boot/efi/shim.c
@@ -14,9 +14,6 @@
#include "util.h"
#include "shim.h"
-/* well known shim lock guid */
-#define SHIM_LOCK_GUID
-
struct ShimLock {
EFI_STATUS __attribute__((sysv_abi)) (*shim_verify) (VOID *buffer, UINT32 size);