summaryrefslogtreecommitdiff
path: root/httpboot.c
diff options
context:
space:
mode:
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)
{