From dd712378a7b2d83e0a2beb2e640cdee20eaca044 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 19 Oct 2017 15:57:32 -0400 Subject: shim: make everything use a common perror() call. Signed-off-by: Peter Jones --- httpboot.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'httpboot.c') diff --git a/httpboot.c b/httpboot.c index 0fd4ae76..4cfa3aab 100644 --- a/httpboot.c +++ b/httpboot.c @@ -36,13 +36,6 @@ #include "shim.h" -#define perror(fmt, ...) ({ \ - UINTN __perror_ret = 0; \ - if (!in_protocol) \ - __perror_ret = Print((fmt), ##__VA_ARGS__); \ - __perror_ret; \ - }) - static UINTN ascii_to_int (CONST CHAR8 *str) { -- cgit v1.2.3