summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2017-11-02 18:05:12 -0400
committerPeter Jones <pjones@redhat.com>2017-12-19 16:52:01 -0500
commit97a3f6cf94365141b98363d29a88865f6876e5a6 (patch)
tree6d1085aa05db0517ec9040ee33a40388adf348e0 /shim.c
parentb9e81483bb96b1fb471a981dff625807eb0a58ca (diff)
downloadefi-boot-shim-97a3f6cf94365141b98363d29a88865f6876e5a6.tar.gz
efi-boot-shim-97a3f6cf94365141b98363d29a88865f6876e5a6.zip
"in_protocol" is used in more than shim.o; make it not static.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'shim.c')
-rw-r--r--shim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shim.c b/shim.c
index c6ad2cdf..aec9f8f9 100644
--- a/shim.c
+++ b/shim.c
@@ -62,7 +62,6 @@ static EFI_STATUS (EFIAPI *entry_point) (EFI_HANDLE image_handle, EFI_SYSTEM_TAB
static CHAR16 *second_stage;
static void *load_options;
static UINT32 load_options_size;
-static UINT8 in_protocol;
#define perror(fmt, ...) ({ \
UINTN __perror_ret = 0; \