diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-02-13 00:07:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-02-13 00:12:58 +0100 |
commit | 9cde64ff264c432fc83be638e57d8fd6392793a6 (patch) | |
tree | e133568816bb39673cc7e8f6622d65a31f9ca13d /src/boot/boot.h | |
parent | a96215285a9566668a5d92c1342888da7596144b (diff) |
efi: various cleanups
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 { |