diff options
Diffstat (limited to '')
-rw-r--r-- | src/shared/bootspec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/bootspec.h b/src/shared/bootspec.h index 58c676fbec..0bb75669ce 100644 --- a/src/shared/bootspec.h +++ b/src/shared/bootspec.h @@ -31,8 +31,6 @@ typedef struct BootEntryAddons { size_t n_items; } BootEntryAddons; -BootEntryAddon* boot_entry_addon_free(BootEntryAddon *t); - typedef struct BootEntry { BootEntryType type; bool reported_by_loader; |