From 97a3f6cf94365141b98363d29a88865f6876e5a6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 2 Nov 2017 18:05:12 -0400 Subject: "in_protocol" is used in more than shim.o; make it not static. Signed-off-by: Peter Jones --- httpboot.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'httpboot.c') diff --git a/httpboot.c b/httpboot.c index e4657c12..058704f8 100644 --- a/httpboot.c +++ b/httpboot.c @@ -38,8 +38,6 @@ #include "Ip4Config2.h" #include "Ip6Config.h" -extern UINT8 in_protocol; - #define perror(fmt, ...) ({ \ UINTN __perror_ret = 0; \ if (!in_protocol) \ -- cgit v1.2.3