diff options
Diffstat (limited to 'src/boot/boot.h')
-rw-r--r-- | src/boot/boot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/boot/boot.h b/src/boot/boot.h index 90e45ccd68..febee123d5 100644 --- a/src/boot/boot.h +++ b/src/boot/boot.h @@ -38,8 +38,6 @@ struct boot_info_entry { char *title; sd_id128_t part_uuid; char *path; - char *data; - size_t data_size; }; struct boot_info { |