summaryrefslogtreecommitdiff
path: root/board/emulation/common/qemu_capsule.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/emulation/common/qemu_capsule.c')
-rw-r--r--board/emulation/common/qemu_capsule.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/emulation/common/qemu_capsule.c b/board/emulation/common/qemu_capsule.c
index 5cb461d52bc..6b8a87022a4 100644
--- a/board/emulation/common/qemu_capsule.c
+++ b/board/emulation/common/qemu_capsule.c
@@ -41,9 +41,3 @@ int efi_get_public_key_data(void **pkey, efi_uintn_t *pkey_len)
return 0;
}
-
-bool efi_capsule_auth_enabled(void)
-{
- return env_get("capsule_authentication_enabled") != NULL ?
- true : false;
-}