aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/elf2efi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/elf2efi.c')
-rw-r--r--src/util/elf2efi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/elf2efi.c b/src/util/elf2efi.c
index cea9abf86..159f14e76 100644
--- a/src/util/elf2efi.c
+++ b/src/util/elf2efi.c
@@ -191,7 +191,6 @@ struct pe_relocs {
struct pe_header {
EFI_IMAGE_DOS_HEADER dos;
- uint8_t padding[128];
EFI_IMAGE_NT_HEADERS nt;
};