summaryrefslogtreecommitdiff
path: root/httpboot.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2017-10-19 15:57:32 -0400
committerPeter Jones <pmjones@gmail.com>2018-03-12 16:21:43 -0400
commitdd712378a7b2d83e0a2beb2e640cdee20eaca044 (patch)
tree3e9795e20e76bb9713c4ca3ec12ac550908696ea /httpboot.c
parent568dc4944f851c493047ef372f4c7969bbf47431 (diff)
downloadefi-boot-shim-dd712378a7b2d83e0a2beb2e640cdee20eaca044.tar.gz
efi-boot-shim-dd712378a7b2d83e0a2beb2e640cdee20eaca044.zip
shim: make everything use a common perror() call.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'httpboot.c')
-rw-r--r--httpboot.c7
1 files changed, 0 insertions, 7 deletions
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)
{