diff options
| author | Peter Jones <pjones@redhat.com> | 2017-10-19 15:57:32 -0400 |
|---|---|---|
| committer | Peter Jones <pmjones@gmail.com> | 2018-03-12 16:21:43 -0400 |
| commit | dd712378a7b2d83e0a2beb2e640cdee20eaca044 (patch) | |
| tree | 3e9795e20e76bb9713c4ca3ec12ac550908696ea /httpboot.c | |
| parent | 568dc4944f851c493047ef372f4c7969bbf47431 (diff) | |
| download | efi-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.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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) { |
